|
Posted by Jerry Stuckle on July 12, 2009, 8:40 pm
Please log in for more thread options Lanmind wrote:
show/hide quoted text
>> Lan Mind wrote:
>>> Hello,
>>> The PHP filter extension and it's functions seem pretty robust
>>> especially when combined with regular expressions. I plan to validate
>>> most of my data with it. Do you feel the filter extension is
>>> sufficient or do you have complaints about it?
>> Exactly what are you trying to validate?
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================
>
> Simple alphanumeric usernames.
Why do you need the filter extensions for that? A simple regex would do it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
>
> The PHP filter extension and it's functions seem pretty robust
> especially when combined with regular expressions. I plan to validate
> most of my data with it. Do you feel the filter extension is
> sufficient or do you have complaints about it?