What is the best way to check if a single character is a whitespace?
I know how to check this through a regex.
But I am not sure if this is the best way if I onl
how about this one : ((1L << ch) & ((ch - 64) >> 31) & 0x100002600L) != 0L