On May 11, 2004, at 2:52 PM, Leonard Sitongia wrote:
On May 11, 2004, at 2:44 PM, Leonard Sitongia wrote:
I tried \w+\s\w+ (plus instead of * in order to require at least one), and it still accepts more than two strings, e.g. "xxx yyy zzz"...
I'll try your suggestion.
This worked:
^\w+\s\w+$
In other words, the boundary matchers work when I have the right regexp. :-)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]