mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
parent
328267c629
commit
d2e5f9c549
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ RegExpUtils =
|
||||||
|
|
||||||
# optionally followed by: a query string and/or a #location
|
# optionally followed by: a query string and/or a #location
|
||||||
# (last character must not be puncation, hence two groups)
|
# (last character must not be puncation, hence two groups)
|
||||||
'(?:(\\?[\\-\\+=&;%@\\.\\w_]*[\\-\\+=&;%@\\w_\\/]+)?#?(?:[\'\\$\\&\\(\\)\\*\\+,;=\\.\\!\\/\\\\\\w%-]*[\\/\\\\\\w]+)?)?'
|
'(?:(\\?[\\-\\+=&;%@\\.\\w_\\#]*[\\#\\-\\+=&;%@\\w_\\/]+)?#?(?:[\'\\$\\&\\(\\)\\*\\+,;=\\.\\!\\/\\\\\\w%-]*[\\/\\\\\\w]+)?)?'
|
||||||
')?'
|
')?'
|
||||||
')'
|
')'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue