iven text. Replace all numbers with the appropriate words (do not count cases). Output the result to a separate file. code example
Example: replace all numbers in string php
$words = preg_replace('/[0-9]+/', '', $words);
$words = preg_replace('/[0-9]+/', '', $words);