extract numberic from text

http://www.rhinocerus.net/forum/lang-python/580962-extract-numeric-alphabetic-part-alphanumeric-string.html


>>>numer=re.findall(r'\d+',str)

你可能感兴趣的:(html,.net,python)