Posted by steve on 06/08/05 04:35
"Oli Filth" wrote:
> steve said the following on 08/06/2005 00:35:
> >
> > For maximum flexibility, I strongly recommend you set up
> your word
> > list with regex notation. That way, many different versions
> of a word
> > can be caught with a single regex.
> >
>
> How would you do that without blocking a whole load of
> perfectly
> innocent words at the same time?
>
> --
> Oli
With regex, you can make the criteria as loose or as tight as you
want. e.g. [ab] only allows "a" or "b" to show up, where as "."
allows any word to show up. So the control is yours.
--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/PHP-Forbidden-word-removal-ftopict229633.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=797632
[Back to original message]
|