Add url-parser.regex
This commit is contained in:
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>.+?))?$
|
Reference in New Issue
Block a user