php remove characters of a word and append aothers code example Example: replace all numbers in string php $words = preg_replace('/[0-9]+/', '', $words);