Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Text Replace fails with unescaped regex chars #40

Open
skamphuis opened this issue Sep 22, 2021 · 0 comments
Open

DB Text Replace fails with unescaped regex chars #40

skamphuis opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working Modules/Module Text Replace
Milestone

Comments

@skamphuis
Copy link
Contributor

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:

  • the user should get a clear message about what happened and what to do about it
  • a note in the instructions would be nice
  • an attempt to automatically escape the search string would be a nice bonus.
@skamphuis skamphuis self-assigned this Sep 22, 2021
@Timo-Breumelhof Timo-Breumelhof added this to the 01.00.00 milestone Apr 12, 2024
@skamphuis skamphuis added the bug Something isn't working label Apr 26, 2024
skamphuis added a commit that referenced this issue Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Modules/Module Text Replace
Projects
None yet
Development

No branches or pull requests

2 participants