The String class contains methods used to manipulate data defined as String data type.
Methods |
Description |
Returns the string with one layer of quotes added. | |
Returns the (extended) ASCII code of a character. | |
Returns whether the string starts with a specified substring. | |
Deprecated. Use String.justify. | |
Returns a character string with a byte length that will not exceed the specified maximum. | |
Returns a string containing the unpacked results. | |
Returns whether the string ends with a specified substring. | |
Returns a substring from a given string. | |
Returns the position of a substring. | |
Returns a subfield of a field within a string. | |
Returns a string in which a substring is inserted. | |
Indicates whether the value of the data stored in a String object is an integer. | |
Returns whether the string satisfies a pattern. | |
Returns whether the string represents a numeric literal or string literal. | |
Returns whether the string contains a number. | |
Returns a justified version of the string. | |
Returns the length in characters or delimited pieces. | |
Returns the string converted to lowercase. | |
Extracts an element from a delimited string. | |
Returns a version of the string in which a subfield of a field has been inserted or replaced. | |
Returns a version of the string in which substrings are replaced. | |
Returns the characters of the string in reverse order. | |
Returns the string with one layer of quotes removed. | |
Translates the string to a ByteString. | |
Translates the string to a Date. | |
Translates the string to a canonic Number. | |
Returns the string as a Row. | |
Translates the string into a Time. | |
Returns character-by-character translation of the string. | |
Removes characters from the ends of a string. | |
Returns a string containing the unpacked results. | |
Returns the string converted to uppercase. |