regex-support

Regex utilities based on OpenJDK 7 java.util.regex.Matcher and java.util.regex.ASCII.

License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.github.protobufel
ArtifactId

ArtifactId

regex-support
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

regex-support
Regex utilities based on OpenJDK 7 java.util.regex.Matcher and java.util.regex.ASCII.
Project URL

Project URL

https://github.com/protobufel/regex-support
Source Code Management

Source Code Management

https://github.com/protobufel/regex-support

Download regex-support

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.protobufel/regex-support/ -->
<dependency>
    <groupId>com.github.protobufel</groupId>
    <artifactId>regex-support</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/regex-support/
implementation 'com.github.protobufel:regex-support:0.7.0'
// https://jarcasting.com/artifacts/com.github.protobufel/regex-support/
implementation ("com.github.protobufel:regex-support:0.7.0")
'com.github.protobufel:regex-support:jar:0.7.0'
<dependency org="com.github.protobufel" name="regex-support" rev="0.7.0">
  <artifact name="regex-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='regex-support', version='0.7.0')
)
libraryDependencies += "com.github.protobufel" % "regex-support" % "0.7.0"
[com.github.protobufel/regex-support "0.7.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.jdt : org.eclipse.jdt.annotation jar [1.1.0, 2.0.0)

runtime (1)

Group / Artifact Type Version
com.github.protobufel : regex-support-interfaces jar 0.6

test (6)

Group / Artifact Type Version
com.github.protobufel : java-common-test jar 0.1.0
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
com.google.guava : guava jar 22.0
com.google.guava : guava-testlib jar 22.0
pl.pragmatists : JUnitParams jar 1.1.0

Project Modules

There are no modules declared in this project.

Travis branch codecov Maven Central

Regex utilities based on OpenJDK 7 java.util.regex.Matcher and java.util.regex.ASCII.

Needed mainly due to the lack of access to Matcher#lastAppendPosition and for not reinventing the wheel.

For more see the JavaDoc Documentation.

Happy coding,

David Tesler

Versions

Version
0.7.0
0.6