fulmicoton/multiregexp
Java library to check for multiple regexp with a single deterministic automaton. Just a wrapper around dk.brics.automaton really.
JavaMIT
Issues
- 0
Searching matching email regexp anomaly
#14 opened by zhuzhangli - 4
regexp can not match
#11 opened by david-sail - 0
Get values from json using multiregex
#13 opened by theunreal - 1
Does it support character classes?
#12 opened by alamothe - 2
Which characters to escape?
#8 opened by aantix - 7
Searcher treats `^` as literal
#10 opened by OrangeDog - 4
- 2
Why not just use "dk.brics.automaton.BasicOperations.union(Collection<Automaton> l)" to merge multiple automata to one in the construction of MultiPatternAutomaton.
#3 opened by andrew916 - 2
Tag release
#1 opened by obazoud