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