joni:Oniguruma正则表达式库的Java端口

时间:2021-05-25 18:22:23
【文件属性】:
文件名称:joni:Oniguruma正则表达式库的Java端口
文件大小:249KB
文件格式:ZIP
更新时间:2021-05-25 18:22:23
Java 乔尼 Oniguruma正则表达式库的Java端口 用法 进口货 import org.jcodings.specific.UTF8Encoding ; import org.joni.Matcher ; import org.joni.Option ; import org.joni.Regex ; 匹配 byte [] pattern = " a* " . getBytes(); byte [] str = " aaa " . getBytes(); Regex regex = new Regex (pattern, 0 , pattern . length, Option . NONE , UTF8Encoding . INSTANCE ); Matcher matcher = regex . matcher
【文件预览】:
joni-master
----.gitignore(7B)
----.mvn()
--------wrapper()
----README.md(2KB)
----pom.xml(7KB)
----Jenkinsfile(2KB)
----mvnw(6KB)
----test()
--------org()
----LICENSE(1KB)
----src()
--------org()
--------module-info.java(150B)
----mvnw.cmd(5KB)
----MANIFEST.MF(82B)
----.travis.yml(62B)

网友评论