php remove numbers from string code example Example: php remove numbers from string $words = preg_replace('/[0-9]+/', '', $words);