dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.
dregex 0.2-RC1
Group ID:
com.github.marianobarrios
Artifact ID:
dregex_2.10
Version:
0.2-RC1
Release Date:
Mar 2, 2015
Licenses:
Files:
Full Scala Version:
2.10.4
Developers:
libraryDependencies += "com.github.marianobarrios" %% "dregex" % "0.2-RC1"
ivy"com.github.marianobarrios::dregex:0.2-RC1"
//> using dep "com.github.marianobarrios::dregex:0.2-RC1"
import $ivy.`com.github.marianobarrios::dregex:0.2-RC1`
<dependency> <groupId>com.github.marianobarrios</groupId> <artifactId>dregex_2.10</artifactId> <version>0.2-RC1</version> </dependency>
compile group: 'com.github.marianobarrios', name: 'dregex_2.10', version: '0.2-RC1'