mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(util) getRegExp
This commit is contained in:
parent
cc1f856bc2
commit
e59745c22c
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@
|
|||
wildcard = '^' + wildcard /* search from start of line */
|
||||
.replace('.', '\\.')
|
||||
.replace('*', '.*')
|
||||
.replace('?', '.?\\');
|
||||
.replace('?', '.?');
|
||||
|
||||
wildcard += '$'; /* search to end of line */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue