Returns character at selected position of given string*.
Allows to join two *strings together, works in same manner as binary expression.
Returns whenever given string ends with the characters of a specified text.
Returns whenever given string contains characters of a specified text.
Returns position of the first occurrence of a specified text* in selected string.
Returns position of the last occurrence of a specified text in selected string.
Returns position of the last occurrence of a specified text in selected string.
Returns a new string where the search value is replaced with the new value.
Splits string into an array with a separator.
Returns whenever given string* begins with the characters of a specified text.
Returns new string* of given length extracted from source text.
Returns new string extracted from source text within the given range.
Returns new string extracted from given start position until the end of source text.
Changes all the characters of the string to lower case.
Changes all the characters of the string to upper case.
Remove whitespace from both sides of a string.
Generated using TypeDoc
Returns a length of given string.