Thanks to Martin's answer to my question (giving me the regular expressions to my patterns) I can convert the patterns the admin users enter into regular expressions.

Thanks!
Floyd

On Aug 6, 2009, at 6:19 PM, Ben Dunlap wrote:

I need some assistance in pattern matching. I want allow the admin user to enter a pattern to be matched in my order form editor. When someone
then places an order I want to do a match based on that pattern.

Will your admin users know how to use regular expressions?

If not, can you reasonably anticipate the kinds of patterns the admins might want to create, ahead of time? Or do you need to give them a really flexible
way to build any sort of pattern they please?

Ben

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




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

Reply via email to