Now I'm looking to find 1 or more digits in an input:
preg_match("[[:digit:]]",$valToEval);I'm passing the value "12" and this thing still returns 0. What's going on? Carl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

