dk.brics.automaton icon indicating copy to clipboard operation
dk.brics.automaton copied to clipboard

Added case sensitive string matcher to BasicAutomata.

Open ylussaud opened this issue 8 years ago • 3 comments

Nothing fancy but might be interesting for others. I kept the base line API.

ylussaud avatar Apr 01 '16 13:04 ylussaud

@ylussaud This is very helpful. @amoeller any chance this will be merged?

abargnesi avatar Oct 20 '16 14:10 abargnesi

The suggested change apparently doesn't support Unicode supplementary characters (surrogate pairs)?

amoeller avatar Jul 03 '17 14:07 amoeller

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?

neeraj-joshi-9 avatar Mar 22 '18 16:03 neeraj-joshi-9