作用:
正则表达式
必要操作:
>>> import re
帮助查看:
>>> help(re) 或 单独查看某个方法(函数) >>> help(re.sub)
方法(函数):
>>> re.match('[0-9]+.[0-9]+', compute_capability)