DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
regexp.Match()
Examples using...
regexp.Match()
Recent
Examples
Match in Go
by GoDoc
Go
regexp.Match
fmt.Println
fmt
regexp
Match reports whether the byte slice b contains any match of the regular expression pattern. More complicated queries need to use Compile and the full Regexp interface.