We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c0d94 commit f729e2cCopy full SHA for f729e2c
pkg/commands/hosting_service/definitions.go
@@ -1,7 +1,7 @@
1
package hosting_service
2
3
// if you want to make a custom regex for a given service feel free to test it out
4
-// at regoio.herokuapp.com
+// at https://regex101.com using the flavor Golang
5
var defaultUrlRegexStrings = []string{
6
`^(?:https?|ssh)://[^/]+/(?P<owner>.*)/(?P<repo>.*?)(?:\.git)?$`,
7
`^.*?@.*:/*(?P<owner>.*)/(?P<repo>.*?)(?:\.git)?$`,
0 commit comments