|
|
|
|
|
by chrisconroy
4133 days ago
|
|
Related: the dk.brics.automaton library (http://www.brics.dk/automaton/) is excellent. It's got a much different API than java.util.RegEx, but it let's you work with Automatons as first class things instead of operating just with regexes. Being able to compute intersections, unions, shortest match examples, from multiple automata etc.. can be really useful. |
|