regular expression and exact word search...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

does someone know how to find an exact word in a content with html tags ?
I'm using a regexp like this :

$searchRegEx = "'\b".$word_search."\b'msi";

to get boundary word results, but... if the searched word is  like 'word or
word. or anything else, the
regular expression doesn't work..

if I remove the \b , I've got all words ( but without bound...)

Any idea?
(the big problem is I'm higlighting found sentences, and .. if the searched
word is part of an html tag, it's very auwfull... )




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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux