Craft-Plugin--Redirect-Manager icon indicating copy to clipboard operation
Craft-Plugin--Redirect-Manager copied to clipboard

Case insensitivity

Open evanwarner opened this issue 9 years ago • 4 comments
trafficstars

The ability to make URI matches (regex or basic) case-insensitive would be a very welcome addition.

evanwarner avatar Apr 19 '16 16:04 evanwarner

Agreed, I kind of feel like this shouldn't be case sensitive at all.

knynkwl avatar Dec 13 '16 14:12 knynkwl

Yeah this would be extremely helpful to my organization as well.

BrianTheByrne avatar Mar 09 '17 18:03 BrianTheByrne

Have you guys tried using regex and ending it with /i -- i think i've done that before

rkingon avatar Mar 11 '17 04:03 rkingon

@rkingon I can't get this function sensitively-less. Do you have an example of how you got it to work? Looking at the code it looks as though appending /i to the regex input would fail the pregmatch?

JoshStaff avatar Feb 28 '18 11:02 JoshStaff