Determines if a string is pure ASCII. A string is pure ASCII if it contains no bytes with the high bit set.
a string
Return: %TRUE if @str is ASCII
2.40
See Implementation
Determines if a string is pure ASCII. A string is pure ASCII if it contains no bytes with the high bit set.