Andre Schoeman wrote: >...a string of characters contains leading blanks and I want to find the 1st non-blank character in that string.
Isn't TRT the canonical way to do this? Uses more memory but sure is fast (assuming the common case is a number of leading blanks--clearly if the norm is that a single CLI/JNE would do it, that's probably faster). ...phsiii
