go/src/regexp/example_test.go

func Example() {}

func ExampleMatch() {}

func ExampleMatchString() {}

func ExampleQuoteMeta() {}

func ExampleRegexp_Find() {}

func ExampleRegexp_FindAll() {}

func ExampleRegexp_FindAllSubmatch() {}

func ExampleRegexp_FindSubmatch() {}

func ExampleRegexp_Match() {}

func ExampleRegexp_FindString() {}

func ExampleRegexp_FindStringIndex() {}

func ExampleRegexp_FindStringSubmatch() {}

func ExampleRegexp_FindAllString() {}

func ExampleRegexp_FindAllStringSubmatch() {}

func ExampleRegexp_FindAllStringSubmatchIndex() {}

func ExampleRegexp_FindSubmatchIndex() {}

func ExampleRegexp_Longest() {}

func ExampleRegexp_MatchString() {}

func ExampleRegexp_NumSubexp() {}

func ExampleRegexp_ReplaceAll() {}

func ExampleRegexp_ReplaceAllLiteralString() {}

func ExampleRegexp_ReplaceAllString() {}

func ExampleRegexp_ReplaceAllStringFunc() {}

func ExampleRegexp_SubexpNames() {}

func ExampleRegexp_SubexpIndex() {}

func ExampleRegexp_Split() {}

func ExampleRegexp_Expand() {}

func ExampleRegexp_ExpandString() {}

func ExampleRegexp_FindIndex() {}

func ExampleRegexp_FindAllSubmatchIndex() {}

func ExampleRegexp_FindAllIndex() {}