Re: Upper case problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jay Blanchard wrote:
[snip]
I am having problems with users who upload text that only contains upper
case letters. For example "SEARCHING FOR". Is there a way to detect this via
PHP?`
I would like to have the script return him to the form and inform him that
this is not allowed.
So basicly I need a sort of regex which does detect upper case letters in a
row.
Has anybody ann idea how such an regex could look like?
[/snip]

/A-Z/


/[A-Z]/

Freaking Windows users. ;)

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@xxxxxxxxxxxx

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux