DB
FunctionsString

ascii_as_blob

Converts each input string to an ASCII-safe byte string by replacing non-ASCII bytes with '?'.

ascii_as_blob(…) → String

Kind · scalar

Converts each input string to an ASCII-safe byte string by replacing non-ASCII bytes with '?'.

Part of the String family.