Answers for "remove all words in string php and to number"

PHP
1

php remove numbers from string

$words = preg_replace('/[0-9]+/', '', $words);
Posted by: Guest on September-25-2020

Code answers related to "remove all words in string php and to number"

Browse Popular Code Answers by Language