You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix not escaping special characters in search pattern (#5938)
* Fix not escaping special characters in search pattern
fixes#5892
* add method to get search pattern for searched words with escaped
javascript regexp special characters (for search without regular
expressions)
* in preview viewer use search pattern with escaped javascript regexp
special characters
* Refactoring and performance improvement
* use enum to specify special characters escape mode
* use compiled regex pattern instead of string
* Refactoring: braces in if..else
* Refactoring, minor changes: names, comments
* Add tests of escaping special characters in search patterns
0 commit comments