美文网首页
正则表达式

正则表达式

作者: PeterWang2017 | 来源:发表于2017-02-24 14:13 被阅读0次
    1. 获取分组中某一个子分组
    1. re['(\d+)/']返回匹配的数字
    2. re['(\d+)(/)'][1]返回匹配的/

    2.正则表达式调试工具

    1.本地工具
    2.在线工具1
    3.其中的Regulex也不错,就是不支持零宽断言
    4.3中的PyRegex对3种匹配模式不支持
    4.4在线工具2

    相关文章

      网友评论

          本文标题:正则表达式

          本文链接:https://www.haomeiwen.com/subject/gkrwwttx.html