/
How can I get part of string?
How can I get part of string?
There is a substr method you can use:
If you want to get the rest of a string you can omit the second argument.
, multiple selections available,
Related content
How do I change the case of a string?
How do I change the case of a string?
Read with this
String:sub()
String:sub()
More like this
How can we make a string with embedded " or ' characters?
How can we make a string with embedded " or ' characters?
Read with this
String:match()
String:match()
More like this
How do we add and increment Javascript numbers?
How do we add and increment Javascript numbers?
Read with this
String:find()
String:find()
More like this