hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

string-remove-prefix

Removes the first N characters from a string.
Parameter
Type
Description
self
string
String to remove characters from
length
number
Number of characters to remove from the beginning
return
string
String with first N characters removed