Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

The escaping when you click a box should include escaping of bracketing chars like [ ] ( ) { } #604

Open
baxissimo opened this issue Oct 12, 2017 · 0 comments

Comments

@baxissimo
Copy link
Contributor

filterString.replace(/([\.\$\-\*\+])/g, '\\$1') +

^ In that line of code should also escape {}*, which have special meanings in regex.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant