Can you also tell me what regex standards your plugin is using to help with troubleshooting this issue?
Hi Marios, thanks for reply. I will make further inquiries on the pro page. In meantime, can you tell if it is even possible to use regex for the replace field? From all the examples I have found online to convert URL to lowercase using regex, this example should work, but it’s breaking the page when I try.
Search for uppercase letters:
/([A-Z])/g
Convert result with lowercase letters:
\L$1
Maybe regex is not possible in replace field of your plugin, only in search expression?