Hi,

I'm new with RegEx and I would like to use them to validate my forms
entries submitted to the server.

My question is how can I verify with the regex that a string is
- at least 7 chars
- contains Chars and Nums
- may contains some special chars (ex : % ! : ; , )but not in first or last
position .

Regards

Laurent Drouet


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

Reply via email to