Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-08-09 03:25
Flavor·ECMAScript (JavaScript)

/
^(?:(?<protocol>[^:/]+:))?(?::?\/\/)?(?:(?<user>[^/:]*)(?::(?<passwd>[^@]*))?@)?(?:(?<host>[\w._-]*))?(?::(?<port>\d*))?(?:(?<path>\/?[^?]*))?(?:(?<search>\?[^#]*))?(?:(?<hash>#.*))?$
/
Open regex in editor

Description

no description available

Submitted by anonymous