in reply to Re^2: Matching numbers by regex. (remember \D)in thread Matching numbers by regex.
Heh, good point! I do tend to forget the uppercase versions of the character set match flags such as \D \W \S. Thanks for the reminder.