Returns the number (code point) corresponding to the first character of the text
Returns the Unicode character specified by a given number
Compares two text strings and returns TRUE if they are exactly the same, FALSE otherwise
Finds one text string within another (case-sensitive)
Finds one text string within another (not case-sensitive)
Substitutes new text for old text in a text string
Replaces part of a text string with a different text string
Repeats text a given number of times
Formats a number as text with a fixed number of decimals
Converts a number to text, using currency format
Converts all uppercase letters in a text string to lowercase
Converts text to uppercase
Converts a text string that represents a number to a number
Formats a number and converts it to text
Returns the number of characters in a text string
Returns a random number between 0 and 1
Returns a random integer number between the numbers you specify
Converts radians to degrees
Converts degrees to radians