40fingers / Mass-Manipulate

The DNNCMS module allows you to Manipulate Page, Modules, Users etc. in bulk
MIT License
4 stars 3 forks source link

DB Text Replace fails with unescaped regex chars #40

Open skamphuis opened 2 years ago

skamphuis commented 2 years ago

In the DB Text Replace module, if you use "search" text containing regex-special characters (like [ or ]), any function will fail because the regex obviously can't be parsed: image

This is no problem, but: