Returns whether an expression is valid UTF-8.
in: an expression
Examples
SELECT is_utf8('hello') -- True
Last updated 1 year ago