Snowflake Functions
String & Binary Functions
Returns the ascii code of the first character of the string Supported Signatures
return decoded binary Supported Signatures
return decoded string Supported Signatures
return encoded string Supported Signatures
Returns the length of the object in bits Supported Signatures
Convert an ASCII or Unicode code into a single character Supported Signatures
Returns the position of the needle in the haystack, optionally from a given index Supported Signatures
Convert an ASCII or Unicode code into a single character Supported Signatures
Supported Signatures
Supported Signatures
compressed data (return) Supported Signatures
Returns concatenation of the input strings, or null if any one of them is null. Supported Signatures
Returns concatenation of the input strings with separator, or null if any one of them is null. Supported Signatures
returns TRUE if arg1 constains arg2 Supported Signatures
decompressed binary (return) Supported Signatures
decompressed string (return) Supported Signatures
Returns the Levenshtein edit distance between two strings. Supported Signatures
returns TRUE if arg1 ends with arg2 Supported Signatures
return decoded binary Supported Signatures
return decoded string Supported Signatures
return encoded string Supported Signatures
return string with all the initial letter of each word is LOWERcase. Supported Signatures
Returns the first string with a substring at the given position and length replaced with the second string Supported Signatures
Returns the Jaro-Winkler similarity metric between two strings. Supported Signatures
Returns leftmost N characters of the input string Supported Signatures
Returns length of string Supported Signatures
Returns the length of the string Supported Signatures
return string with all characters in lowercase Supported Signatures
padded result string Supported Signatures
return string trimmed from left Supported Signatures
Hex-encoded MD5 digest Supported Signatures
Binary MD5 digest Supported Signatures
Hex-encoded MD5 digest Supported Signatures
Supported Signatures
Supported Signatures
Returns the length of the string in bytes Supported Signatures
Returns an object with all the components of the IP Supported Signatures
Returns an object with all the components of the URL Supported Signatures
Returns the position of the needle in the haystack, optionally from a given index Supported Signatures
Returns the input string repeated N times Supported Signatures
replaces all occurrences of searched substring in subject with a replacement Supported Signatures
return string with character order reversed Supported Signatures
Returns rightmost N characters of the input string Supported Signatures
padded result string Supported Signatures
return string trimmed from right Supported Signatures
Returns the length of the input string without trailing blanks Supported Signatures
Hex-encoded SHA1 digest Supported Signatures
Binary SHA1 digest Supported Signatures
Hex-encoded SHA1 digest Supported Signatures
Hex-encoded SHA2 digest Supported Signatures
Binary SHA2 digest Supported Signatures
Hex-encoded SHA2 digest Supported Signatures
soundex encoding of string Supported Signatures
soundex_p123 encoding of string Supported Signatures
N spaces Supported Signatures
return split string as array Supported Signatures
Splits a string with a delimiter and returns the requested part Supported Signatures
Supported Signatures
returns TRUE if arg1 starts with arg2 Supported Signatures
Tokenizes a string with a delimiter and returns the requested part Supported Signatures
Supported Signatures
Return tokenized string as array Supported Signatures
Returns string fragment of the input string Supported Signatures
Returns string fragment of the input string Supported Signatures
replaces all occurences of each character of the source alphabet in the subject with the corresponding character in the target alphabet Supported Signatures
return string trimmed from both sides Supported Signatures
return decoded binary Supported Signatures
return decoded string Supported Signatures
return decoded binary Supported Signatures
return decoded string Supported Signatures
Returns the Unicode code point of the first character of the string Supported Signatures
return string with all characters in uppercase Supported Signatures
Returns a pseudo-randomly generated (version 4) UUID. Supported Signatures
โI