从纯文本提取URLxurls.zip
xurls 可以从纯文本中使用正则表达式提取 URL。go get github.com/mvdan/xurls使用示例import "github.com/mvdan/xurls"func main() { xurls.Relaxed.FindString("Do gophers live in golang.org?") // "golang.org" xurls.Relaxed.FindAllString("foo.com is http://foo.com/.", -1) // []string{"foo.com", "http://foo.com/"
文件列表
xurls-master.zip
(预估有个15文件)
xurls-master
tlds_pseudo.go
836B
.gitignore
68B
README.md
753B
xurls.go
4KB
tlds.go
16KB
LICENSE
1KB
go.mod
34B
schemes.go
4KB
generate
暂无评论