Filters strings to remove characters that could cause regex syntax errors. Removes: [ ] ( ) { } ^ $ * + ? . \ |
Input string
String with problematic regex characters removed
Filters strings to remove characters that could cause regex syntax errors. Removes: [ ] ( ) { } ^ $ * + ? . \ |