Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-05-28 13:29
Flavor·Python

r"
(?P<schema>.*://)?(?P<cedentials>.*@)?(?P<www>www\.)?(?P<domain>[\w\.]+)(?P<path_query>/?.*)?
"
g
Open regex in editor

Description

no description available

Submitted by bronsen