> 10,10,10,10
> nope.. \d+ matches the first digit \w+ matches the second 
> digit nothing for
> \d* then ,
> 
> 
> try this:
> /^(?:\d+[a-z]+\d*,?){4}$/

*ack* thanks :)

\w matches alphaNUMERIC and _

Silly me.

 -dave



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to