Rory Browne wrote:
<snip>
< won't be picked up as a word boundry (\b).

Aparently it will.
</snip>

I stand corrected based on these two rules for \b since < and > are non-word characters...

# Between a word character and a non-word character following right after the word character. # Between a non-word character and a word character following right after the non-word character.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to