Afficher un message
Vieux 30/09/2007, 10h18   #2
FD
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Determine if string is all uppercase?

"Angela" <angela@adjingo.com> schreef in bericht
news:QeGLi.34982$nO3.27264@edtnps90...
> Hello
>
> Is there a simple way to determine if a string is all in uppercase
> characters?
>
>
> Thanks


if ($string == strtoupper($string))
echo "It's all uppercase!";

Frank


  Réponse avec citation
 
Page generated in 0,03994 seconds with 9 queries