Char (character)
Returns the character described by the ASCII code given as the scalar input.
Returns the character described by the ASCII code given as the scalar input.
Concatenates the given list of strings using the specified delimiter
Decrypt the input using the specified key
Builds a delimiter-separated string.
Encrypt (scramble) the input using the specified key
Filter (table Table, vector Conditions)
Returns the specified number of character or characters from the beginning of a specified text string, based on the number of characters specified in the…
Returns the number of characters in a specified text string.
Converts all uppercase letters in a text string to lowercase.
Removes all spaces from the beginning (left side) of the specified text.
Returns a specified number of characters from a specified text string, starting at a specified position.
This function converts the given string to proper case.
Returns the boolean value if the pattern is found in the input string.
Replace the input string that matches the specified pattern with the replacement string.
Replace replaces part of the specified text string, based on the number of characters specified, with a different specified text string.
Repeats the specified text a specified number of times.
Returns the reverse of the specified text string.
Returns the specified number of character or characters at the end of a specified text string, based on the number of characters specified in the scalar input.
Removes all spaces from the end (right side) of the specified string.
Returns the specified number of spaces.
Splits a given string by specified delimiter into number of columns mentioned.
Substitutes the specified new text for all occurrences of specified old text in a text string.
This function removes spaces from both the beginning and the end of the specified text.
Converts all lowercase letters in a text string to uppercase.