php strip all non numeric code example Example: php remove characters not numbers or letters $res = preg_replace("/[^a-zA-Z0-9\s]/", "", $string);