Forum Moderators: coopster
echo preg_match("/[0-9]*/","aaaa", $matches)."\r\n";print_r($matches);
The array is empty, so what is wrong?
I want it to return 1 if it matches anything that is not 0-9, a-z, A-Z, space, hyphen. Otherwise 0.