streamflyer-regex-fast:字符流上的快速匹配

时间:2021-06-12 04:45:04
【文件属性】:
文件名称:streamflyer-regex-fast:字符流上的快速匹配
文件大小:103KB
文件格式:ZIP
更新时间:2021-06-12 04:45:04
Java 提供比使用的算法更快的算法来匹配字符流上的正则表达式。 用法 一个典型的例子: // choose the character stream to modify Reader originalReader = ... // this reader is connected to the original data source // we use FastRegexModifier instead of RegexModifier Modifier fastModifier = new FastRegexModifier("edit(\\s+)stream", Pattern.DOTALL, "modify$1stream"); // create the modifying reader that wraps the original reader Reader modifyingR
【文件预览】:
streamflyer-regex-fast-master
----.gitignore(66B)
----src()
--------etc()
--------main()
--------test()
----.travis.yml(33B)
----LICENSE(18KB)
----.settings()
--------org.eclipse.m2e.core.prefs(121B)
--------org.eclipse.core.resources.prefs(119B)
--------org.eclipse.jdt.core.prefs(462B)
----pom.xml(12KB)
----README.md(3KB)

网友评论