Re: [PHP] Baby's First Regex! (Repost - Please Help)

2001-01-09 Thread Murray Shields
> Or you could regex it with something like this: > > ereg("^([^a-zA-Z0-9]*)(.*)$", $inStr, $resultArr); Thanks to all who responded! The above is working as described, and is now implemented in my code thanks! == Murray Shields

Re: [PHP] Baby's First Regex! (Repost - Please Help)

2001-01-09 Thread Toby Butzon
t theoretically it should work. Toby Butzon [ criticism spurs improvement ] - Original Message - From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> To: "Murray Shields" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 6:41

Re: [PHP] Baby's First Regex! (Repost - Please Help)

2001-01-09 Thread Brian Clark
Hello Murray, (MS == "Murray Shields") [EMAIL PROTECTED] writes: MS> I have written my first regex's, which are simply used for MS> validation of input into a web form. Basically, they check to see MS> if an invalid characters are being entered, and is working MS> perfectly. A different regex

Re: [PHP] Baby's First Regex! (Repost - Please Help)

2001-01-09 Thread Ignacio Vazquez-Abrams
On Wed, 10 Jan 2001, Murray Shields wrote: > Hi all. > > I have written my first regex's, which are simply used for validation of > input into a web form. Basically, they check to see if an invalid characters > are being entered, and is working perfectly. A different regex is used to > different

[PHP] Baby's First Regex! (Repost - Please Help)

2001-01-09 Thread Murray Shields
Hi all. I have written my first regex's, which are simply used for validation of input into a web form. Basically, they check to see if an invalid characters are being entered, and is working perfectly. A different regex is used to different types of input. They are as follows $Status = (ereg("