or ...
if(ereg("[[:alnum:]_ ]", $name))
result = 1;
Sincerely,
Maxim Maletsky
Founder, Chief Developer
PHPBeginner.com (Where PHP Begins)
[EMAIL PROTECTED]
www.phpbeginner.com
-----Original Message-----
From: zbynek [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 11, 2001 9:09 PM
To: [EMAIL PROTECTED]
Subject: [PHP] [newbie] Can I use regular expressions?
Hi there!
I want to check if given username consists only of letters of English
alphabet, numbers, or "_".
I can go through the string and check every character.
Wouldn't it be simpler to use regular expressions? How would I do it?
These usernames are OK: _john_, 0123bla, foo
These are wrong: x#y, t&boo, 100%
Thanks for your advice.
zbynek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]