Closed
Description
Currently it seems that .
is translated to AnyCharNoNL
, but for my use case I would prefer AnyChar
. I imagine I could probably achieve this by tweaking the input string to something like (?s:...)
, but it seems like something that ought to be configurable in a more "first-class" way (among other things, that will mess up the indices in my error messages, unless of course I account for it). Another similar example is being able to control if the regex is case sensitive or not.