richgo:RichGo 是一个丰富 Go 标准库的库

时间:2024-07-17 09:54:35
【文件属性】:

文件名称:richgo:RichGo 是一个丰富 Go 标准库的库

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-17 09:54:35

Go

丰富的去 Rich Go是一个丰富 (golang)标准库的库。 目前它只包含一个更容易使用的正则表达式版本。 用法: import "github.com/helmbold/richgo/regexp" func main() { regex := MustCompile(`/(?P[^/]+)/(?P[^/]+)`) match := regex.Match("/Germany/Dresden") // accessing capturing group by name fmt.Println("country: ", match.NamedGroups["country"]) // accessing capturing group by index fmt.Println("city: ", match.Groups[2


【文件预览】:
richgo-master
----regexp()
--------regexp.go(2KB)
--------regexp_test.go(2KB)
----LICENSE(559B)
----README.md(566B)

网友评论