Skip to content

Latest commit

 

History

History
executable file
·
8 lines (5 loc) · 184 Bytes

File metadata and controls

executable file
·
8 lines (5 loc) · 184 Bytes

正则

python中re模块管理的这个正则

并且.split('')是可以切分正则表达式的

具体可以参考js 正则或者是shell中的正则。