RE: [PHP] Weird preg problem

2002-07-03 Thread SP
Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Weird preg problem On Thu, 4 Jul 2002, SP wrote: > Hi I am trying to check if a word contains only capital letters. For > some reason it's not working. The below example is checking the word > "weird" to see if it's all capital

Re: [PHP] Weird preg problem

2002-07-03 Thread Miguel Cruz
On Thu, 4 Jul 2002, SP wrote: > Hi I am trying to check if a word contains only capital letters. For > some reason it's not working. The below example is checking the word > "weird" to see if it's all capital letters but it's saying it's matches. > I've tried checking for only lower case lette

[PHP] Weird preg problem

2002-07-03 Thread SP
Hi I am trying to check if a word contains only capital letters. For some reason it's not working. The below example is checking the word "weird" to see if it's all capital letters but it's saying it's matches. I've tried checking for only lower case letters with "WEIRD" and it's not working th