Reference Guide > TDV Support for SQL Functions > Character Functions > ISUTF8
 
ISUTF8
Tests whether a string is a valid UTF-8 string. Returns true if the string conforms to UTF-8 standards, and false otherwise. This function is useful to test strings for UTF-8 compliance before passing them to one of the regular expression functions, such as REGEXP_LIKE, which expect UTF-8 characters by default.
Syntax
ISUTF8( string );