Re: [PHP] checking for upper case letter on string

2004-08-12 Thread Jason Wong
On Friday 13 August 2004 05:32, C.F. Scheidecker Antunes wrote: > I need to check if there are any upper case letters on a given string. > There can be one or more letters that might be upper case on a given > string no matter their position within the string. > > Is there any way to check for it?

Re: [PHP] checking for upper case letter on string

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 15:32:33 -0600, C.F. Scheidecker Antunes <[EMAIL PROTECTED]> wrote: > Hello all, > > I need to check if there are any upper case letters on a given string. > There can be one or more letters that might be upper case on a given > string no matter their position within the string