shifaa_api / app /utils.py
MossaabDev's picture
Upload 36 files
d091937 verified
import re
def remove_numbers(text):
return re.sub(r'\d+', '', text)