Answers for "use regex python to get values of expression"

1

regex in python to obtain only the string in python

import re
print(" ".join(re.findall("[a-zA-Z]","your string")))
Posted by: Guest on February-26-2021

Code answers related to "use regex python to get values of expression"

Python Answers by Framework

Browse Popular Code Answers by Language