sedlex
sedlex copied to clipboard
Difference patterns
It would be very useful, in particular for implementing some of Unicode TR31 recommendations, to be able to have difference patterns, e.g. Diff ('a'..'z', 'q') would match any English lowercase letter except "q".
ocamllex also has this operator (named #).
If I'm not mistaken, this has been fixed by the Sub operator in a78520c94.
Can someone close this ?