John Hardin wrote:
On Fri, 10 Jul 2009, Daniel Schaefer wrote:

Doesn't the . (period) need escaped in this? [.\s]{1,3}

Nope. "[]" means "explicit set of characters", and "." = "any character" conflicts with that context.

Thanks for the clarification. I'm still learning REs.

--
Dan Schaefer
Application Developer
Performance Administration Corp.

Reply via email to