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