FunctionsString
ascii_as_blob
Converts each input string to an ASCII-safe byte string by replacing non-ASCII bytes with '?'.
ascii_as_blob(…) → StringKind · scalar
Converts each input string to an ASCII-safe byte string by replacing non-ASCII bytes with '?'.
Part of the String family.