php remove numbers from string

56

php remove numbers from string -

$words = preg_replace('/[0-9]+/', '', $words);

Comments

Submit
0 Comments