正则表达式:参考 https://deerchao.cn/t…
正则表达式
参考 https://deerchao.cn/tutorials/regex/regex.htm
常用的操作
使用re替换的函数
1 | import re |
1 | def replace(matched): |
1 | import re |
零宽断言
1 | import re |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 desperado!
1 | import re |
1 | def replace(matched): |
1 | import re |
1 | import re |