Hi all. I am hoping that someone can help me determine what is wronf with my regualr expression.
background info: @array contains 'text', numbers, INT, or TINYINT.
I am trying to identify if the array element is a number.
What I have right now is:
if($array[$x] =~ /\d{1,3}?/)
{
....do something
}
Unfortunately this if statement never appears to come true.
thank you
Shaun
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
