This tests whether a pattern matches a string. match, _ := regexp.MatchString("p([a-z]+)ch", "peach") fmt.Println(match). Above we used a string pattern ...
確定! 回上一頁