For %country, I'll use
Code:
 \S+
The \S+ will match just about any punctuation characters. It acts like one token, so to speak. However, it won't match more than one word separated by a space.

Last edited by Tomao; 31/05/11 07:08 PM.