Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

regex in python to obtain only the string in python

import re
print(" ".join(re.findall("[a-zA-Z]","your string")))
 
PREVIOUS NEXT
Tagged: #regex #python #obtain #string #python
ADD COMMENT
Topic
Name
9+5 =