Justoverclock A potential problem with this new regular expression is that it is ok if something is in front of it. This could, potentially, cause more conflicts down the road. See here how it won't ignore a URL:
https://regex101.com/r/maJc3a/1
And if I change the regex settings to JavaScript and put "gu" at the end it says error:
https://regex101.com/r/6VBWDV/1
Versus the previous regular expression... While not perfect, it was heavily researched and tested to avoid things like URLs, and required there to be 1 space, or be at the beginning of a line:
https://regex101.com/r/4pKuTT/1
Even with Turkish according to regex101, it works. But, I know a couple people have reported it doesn't, which is odd. But again, that's where the admin setting comes in. All that needed to be fixed was ensuring the setting saves upon activation. Or, simply add instructions: "Save settings once."