- Jun
- 1,092
- 48
Is it WAD that escape characters are not recognized by the ISSPACE function?
The expression
The same difference in behavior applies to the ISCNTRL function as well.
On the other hand, the function ISASCII recognizes the escape characters as ASCII.
The expression
%@isspace[string] returns 0 for strings ^t, ^n, ^f, ^r, and ^s but 1 for strings %@char[9], %@char[10], %@char[12], %@char[13,] and %@char[32].The same difference in behavior applies to the ISCNTRL function as well.
On the other hand, the function ISASCII recognizes the escape characters as ASCII.