> > look ahead (?=/|-) would do that for me??
> 
> Possibly ?: not ?=

Hmm, actually no, that confirms what I said, look ahead is (?=character)

What that does is, match but not consume.

So my regex returns me three sub expressions, one containing dd, one mm and
one yyyy

I just want to allow for either the / or - as the delimiter for the date,
i.e. 5/12/73 or 5-12-73

(?=/|-) doesn't seem to do it for me.

PS. Do you guys miss me at Straker?
I can send the occasional email if you want ;-0)


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to