Answers for "python number of replace"

1

replace number with string python

x = re.sub(r"d+", "NUMB", str(x))       #Replaces digits with 'NUMB'
Posted by: Guest on April-16-2020

Code answers related to "python number of replace"

Python Answers by Framework

Browse Popular Code Answers by Language