Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The PHP Filter Extension

0 views
Skip to first unread message

Lan Mind

unread,
Jul 12, 2009, 3:39:54 PM7/12/09
to
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?

Jerry Stuckle

unread,
Jul 12, 2009, 3:47:55 PM7/12/09
to

Exactly what are you trying to validate?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================

Lanmind

unread,
Jul 12, 2009, 4:07:11 PM7/12/09
to
> jstuck...@attglobal.net
> ==================

Simple alphanumeric usernames.

Jerry Stuckle

unread,
Jul 12, 2009, 8:40:36 PM7/12/09
to

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.

jstu...@attglobal.net
==================

Mason Barge

unread,
Jul 13, 2009, 8:32:26 AM7/13/09
to

I haven't used them on a live site, but they look like a nice tool. Are they going to be a lot faster than regex?

0 new messages