dk.brics.automaton
dk.brics.automaton copied to clipboard
Added case sensitive string matcher to BasicAutomata.
Nothing fancy but might be interesting for others. I kept the base line API.
@ylussaud This is very helpful. @amoeller any chance this will be merged?
The suggested change apparently doesn't support Unicode supplementary characters (surrogate pairs)?
The patch seems to work for ASCII string literals, but doesn't work for ranges e.g. [A-Z]. Is that how it's supposed to be?