url_regex.hh: handle fragment
This commit is contained in:
parent
dd3716361a
commit
9a16b6e6fd
|
@ -9,7 +9,7 @@
|
||||||
#define PORT "(?:\\:[[:digit:]]{1,5})?"
|
#define PORT "(?:\\:[[:digit:]]{1,5})?"
|
||||||
#define SCHEME "(?:[[:alpha:]][+-.[:alnum:]]*:)"
|
#define SCHEME "(?:[[:alpha:]][+-.[:alnum:]]*:)"
|
||||||
#define USERPASS USERCHARS_CLASS "+(?:" PASSCHARS_CLASS "+)?"
|
#define USERPASS USERCHARS_CLASS "+(?:" PASSCHARS_CLASS "+)?"
|
||||||
#define URLPATH "(?:/[[:alnum:]\\Q$-_.+!*'(),;/?:@&=\\E]*)"
|
#define URLPATH "(?:/[[:alnum:]\\Q$-_.+!*'(),;/?:@&=#\\E]*)"
|
||||||
|
|
||||||
const char * const url_regex = SCHEME "//(?:" USERPASS "\\@)?" HOST PORT URLPATH;
|
const char * const url_regex = SCHEME "//(?:" USERPASS "\\@)?" HOST PORT URLPATH;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue