Extract fields from repository url
It is used to extract fields from the repository URL
Works in Python and JS
Group1 : protocol (Such as http or https)
Group2 : domain (Such as github.com or gitlab.com)
Group3: Name space (Such as your personal namespace or project namespace)
Group4: Project name (Such as your project name)...
Submitted by anonymous - 5 years ago