Hi all,

I am trying to match a word boundry or an end of string.
I would like something like:

/$word[\bX]/

where X is the symbol used for end of string. I know that I can use $ but I
don't think I can use it between brackets.

I've seen that \b doesn't match the end or beginning of a string.
I would like to know if there is another symbol that can match both these.

Thank you for help.


Teddy's Center: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]



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

Reply via email to