|
ctype_upper
Check for uppercase character(s)
(PHP 4 >= 4.0.4, PHP 5)
Example 425. A ctype_upper() example (using the default locale)<?php The above example will output: The string AKLWC139 does not consist of all uppercase letters. Code Examples / Notes » ctype_upperbrunobg
Take notice that this function returns false if there is any whitespace in the string.
|