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)
查看更多关于extract numberic from text的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did44284