Create a List of Strings using the / method so you can write "foo" / "bar"
Faster than roboSplit.
Faster than roboSplit... this method splits Strings at a given character
Add commas before the last 3 characters
Add commas before the last 3 characters
the string with commas
Encode the string to be including in JavaScript, replacing '\' or '\\' or non-ASCII characters by their unicode value
Encode the string to be including in JavaScript, replacing '\' or '\\' or non-ASCII characters by their unicode value
the encoded string inserted into quotes
Split a string according to a separator
Split a string according to a separator
a regexp to use with the String::split method
a list of trimmed parts whose length is > 0
Split a string in 2 parts at the first place where a separator is found
Split a string in 2 parts at the first place where a separator is found
a List containing a pair of the 2 trimmed parts
The SuperString class adds functionalities to the String class