ascii()
chr()
ends_with()
index_of()
len()
lower()
ltrim()
mv_to_string()
number_to_string
replace()
rtrim()
starts_with()
string_to_number
substr()
trim()
upper()
Windowing Functions
coalesce
Previous Versions
Use SAQL string functions to format your measure and dimension fields.
Returns the UTF-8 code value of a character n.
Returns the UTF-8 character of integer n.
Returns true if the string ends with the specified characters.
Returns the location (index) of the specified characters.
Returns the number of characters in the string.
Returns a copy of the string with all characters in lower case.
Removes the specified characters from the beginning of a string.
Converts multivalue fields to string fields.
Converts a number literal to a string literal.
Replaces a substring with the specified characters.
Removes the specified characters from the end of a string.
Returns true if the string starts with the specified characters.
Converts a string literal to a number literal.
Returns a substring that starts at the specified position. You can also specify the length of the substring to return.
Removes the specified substring from the beginning and the end of a string.
Returns a copy of the string with all characters in upper case.