> 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
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
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
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
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("
5 matches
Mail list logo