Probably been answered before, I don't have time to download a 63MB archive over a phone line..
What kind of regular expression can I use to detect if a string is entirely whitespace (space, tab, or return)? I tried "^([\s|\t|\n]*)" but that didn't work.
BTW, if I execute 'put matchText( "this text" , "(g*)")', it returns true. Certainly this is not a string of 'g's.. What am I doing wrong here
Jim
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
