strIsAscii
Determines if a string is pure ASCII. A string is pure ASCII if it contains no bytes with the high bit set.
Return
true if @str is ASCII
Since
2.40
Parameters
str
a string
Determines if a string is pure ASCII. A string is pure ASCII if it contains no bytes with the high bit set.
true if @str is ASCII
2.40
a string