- 获取分组中某一个子分组
- re['(\d+)/']返回匹配的数字
- re['(\d+)(/)'][1]返回匹配的/
2.正则表达式调试工具
1.本地工具
2.在线工具1
3.其中的Regulex也不错,就是不支持零宽断言
4.3中的PyRegex对3种匹配模式不支持
4.4在线工具2
- re['(\d+)/']返回匹配的数字
- re['(\d+)(/)'][1]返回匹配的/
2.正则表达式调试工具
1.本地工具
2.在线工具1
3.其中的Regulex也不错,就是不支持零宽断言
4.3中的PyRegex对3种匹配模式不支持
4.4在线工具2