Which functions are you using to do the regex stuff...

That might help...also check out...



On Thu, 2002-11-07 at 15:42, BAROILLER Pierre-Emmanuel wrote:
> 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 General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



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

Reply via email to