Open loxs opened 6 years ago
I like what this library does but I need case insensitive search. It seems to be really easy to let the user provide ~case here: https://github.com/rgrinberg/humane-re/blob/master/lib/str.ml#L13
~case
Is there a design reason to not allow the user to do that?
I think that Re.no_case accomplishes what you want already.
Re.no_case
I like what this library does but I need case insensitive search. It seems to be really easy to let the user provide
~case
here: https://github.com/rgrinberg/humane-re/blob/master/lib/str.ml#L13Is there a design reason to not allow the user to do that?