Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-08-06 17:35
Flavor·Python

r"
^(?:(?:git@github\.com:)|(?:https://github.com))/?(?P<github_path>(?P<owner>\w+)/(?P<name>[\w-]+))(?:\.git)?$
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous