Java实现的正则表达式执行引擎
一个用Java实现的简易NFA正则表达式引擎,核心代码仅200多行,支持多种正则语义如通配符、量词、字符类等。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
https://github.com/xindoo/regex Java实现简易的NFA正则表达式引擎,核心代码只有200多行,支持 . ? * + () | [] \d \D \s \S \w \W 语义,另附详细介绍博文https://blog.csdn.net/xindoo/article/details/105875239