I wish to check a string to verify that the string doesn't start with a number would I use a combination of substr() and preg_match?
If you only want to check the start than substr should be sufficient
or $str['0'] as in is_numeric($str['0']) since in php strings are array of characters
-- Book Bloodhound - Can't find it? I can. http://www.bookbloodhound.com