Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove alphabetic characters python

numeric_answer = filter(str.isdigit, original_string)
numeric_answer = "".join(numeric_answer)
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #remove #alphabetic #characters #python
ADD COMMENT
Topic
Name
5+8 =