Add url-parser.regex
This commit is contained in:
parent
e1bdb2df01
commit
590b862263
1
url-parser.regex
Normal file
1
url-parser.regex
Normal file
@ -0,0 +1 @@
|
||||
^(?:(?<protocol>https?):\/\/)?(?<host>(?<name>(?:(?<subdomain>.+?)\.)?(?<basedomain>.+?)(?:\.(?<domain>.+?))?)(?:\:(?<port>\d+))?)(?:(?<path>\/.+?))?(?:\?(?<query>.+?))?(?:#(?<fragment>.+?))?$
|
Loading…
Reference in New Issue
Block a user