rkingon / Craft-Plugin--Redirect-Manager

MIT License
46 stars 16 forks source link

Case insensitivity #21

Open evanwarner opened 8 years ago

evanwarner commented 8 years ago

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

knynkwl commented 7 years ago

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

BrianTheByrne commented 7 years ago

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

rkingon commented 7 years ago

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

JoshStaff commented 6 years ago

@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?