Returns the numeric code of the first character of the argument.
Returns the number of bits in the string
Removes all characters, spaces by default, from both sides of a string
Converts the Unicode code point to a UTF8 character
Returns the Levenshtein distance between the two given strings
Converts a string to lowercase.
Removes all characters, spaces by default, from the beginning of a string
returns the number of bytes of a string
replace the substring of string that starts at the start’th character and extends for count characters with new substring
Repeats the string to n times
Replaces all occurrences of from with to in the string
Removes all characters, spaces by default, from the end of a string
Splits a string based on a delimiter and picks out the desired field based on the index.
Returns true if string starts with prefix.
Converts an integer to a hexadecimal string.
Removes all characters, spaces by default, from both sides of a string
Converts a string to uppercase.
returns uuid v4 as a string value