Hi,

The problem reduced to a level I can solve:

Match "name"
but not "name1" etc

Solution:

Use ^ and $ assertions
where ^ matches start of string
and where matches end of string
hence use /^name$/

Hope that is clear enough :)

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