golang 正则
Contents
“golang 正则”
https://studygolang.com/articles/7256
func main() {
fmt.Println(regexp.Match("H.* ", []byte("Hello World!")))
// true
}
Author -
LastMod 0001-01-01
https://studygolang.com/articles/7256
func main() {
fmt.Println(regexp.Match("H.* ", []byte("Hello World!")))
// true
}
Author -
LastMod 0001-01-01