matrix-js-sdk
d8916311
- Fix the glob-to-regex code
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Fix the glob-to-regex code It was only making one replacement so would fail for anything with more than ine glob special char (eg. *foo would be fine, but *foo* was broken)
References
dbkr/fix_glob_to_regex
#558 - Fix the glob-to-regex code
Author
dbkr
Parents
24ef004a
Loading