m

multiregexp

Library to search/match/tokenize using many regular expression all at once with greater performance.
https://github.com/fulmicoton/multiregexp
The MIT License (MIT)
Paul Masurel
Files download
File Operation
multiregexp-0.5.1.jar download
multiregexp-0.5.1.pom download
multiregexp-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fulmicoton</groupId>
  <artifactId>multiregexp</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.fulmicoton:multiregexp:0.5.1'
Gradle Kotlin
implementation("com.fulmicoton:multiregexp:0.5.1")
Scala SBT
libraryDependencies += "com.fulmicoton" % "multiregexp" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fulmicoton', module='multiregexp', version='0.5.1')
)
Apache Ivy
<dependency org="com.fulmicoton" name="multiregexp" rev="0.5.1" />
Leiningen
[com.fulmicoton/multiregexp "0.5.1"]
Apache Buildr
'com.fulmicoton:multiregexp:jar:0.5.1'