正则表达式学习之路
本篇文章汇总了正则表达式学习的相关资源,适合正则表达式开发者参考。
- RegexBuddy/RegexMagic/PowerGREP: https://www.regexbuddy.com/
- learn-regex: https://github.com/ziishaned/learn-regex
- Kodos(Python正则表达式调试工具): http://sourceforge.net/projects/kodos/
- PCRE(Perl Compatible Regular Expressions): https://www.pcre.org/
Comments