Re: [PHP] Inconsistent behavior with preg_match_all in conditional

2002-05-29 Thread Randy Janinda
It never fails. I mention toil for hours and mention the problem to a public forum and it turns out to be a typo. Thanks Jason. On Wed, 2002-05-29 at 00:30, Jason Wong wrote: > On Wednesday 29 May 2002 11:06, Randy Janinda wrote: > > Hello everyone, > > > > I have a script to check a user submit

Re: [PHP] Inconsistent behavior with preg_match_all in conditional

2002-05-28 Thread Jason Wong
On Wednesday 29 May 2002 11:06, Randy Janinda wrote: > Hello everyone, > > I have a script to check a user submitted string. It may be multiple > words. If a word is found to be 3 characters or less, the script should > retain the case of the string IF all the characters are uppercase. > Otherwise