文件名称:Android代码-口语化的正则表达式
文件大小:24KB
文件格式:ZIP
更新时间:2022-08-27 21:40:40
Android代码
JavaVerbalExpressions VerbalExpressions is a Java library that helps to construct difficult regular expressions. Getting Started Maven Dependency: ru.lanwen.verbalregex java-verbal-expressions 1.5 You can use SNAPSHOT dependency with adding to pom.xml: ossrh https://oss.sonatype.org/content/repositories/snapshots Examples VerbalExpression testRegex = VerbalExpression.regex() .startOfLine().then("http").maybe("s")
【文件预览】:
JavaVerbalExpressions-master
----.gitignore(62B)
----src()
--------main()
--------test()
----.travis.yml(937B)
----LICENSE(1KB)
----pom.xml(7KB)
----README.md(4KB)
----.travis()
--------settings.xml(921B)
--------deploy.sh(389B)
----bnd.bnd(181B)