On Monday 17 January 2005 16:13, Joris Huizer wrote:
Sorry, I meant, what if the string ends with digits there? If I find out how, I may add a testcase for that;
The next line is this one:
if (*s == '\0') return FALSE;
So if the string were to end with a digit we bail out right away. Just tested that here as well and it's ok.
-Hans