Craft-Plugin--Redirect-Manager
Craft-Plugin--Redirect-Manager copied to clipboard
Case insensitivity
trafficstars
The ability to make URI matches (regex or basic) case-insensitive would be a very welcome addition.
Agreed, I kind of feel like this shouldn't be case sensitive at all.
Yeah this would be extremely helpful to my organization as well.
Have you guys tried using regex and ending it with /i -- i think i've done that before
@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?