> I ran some tests and it looks like /|/ matches just about anything...what
> does /|/ mean?

If it were a regex, hang on... maybe it is... it would mean:

Match a zero length string OR a zero length string.  | is the regex character
for OR.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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

Reply via email to