Lines Matching refs:GOPHER
84 fmt.Println(strings.HasPrefix("Gopher", "Go"))
85 fmt.Println(strings.HasPrefix("Gopher", "C"))
86 fmt.Println(strings.HasPrefix("Gopher", ""))
150 fmt.Println(strings.Index("go gopher", "go"))
151 fmt.Println(strings.LastIndex("go gopher", "go"))
152 fmt.Println(strings.LastIndex("go gopher", "rodent"))
160 fmt.Println(strings.LastIndexAny("go gopher", "go"))
161 fmt.Println(strings.LastIndexAny("go gopher", "rodent"))
162 fmt.Println(strings.LastIndexAny("go gopher", "fail"))
268 fmt.Println(strings.Map(rot13, "'Twas brillig and the slithy gopher..."))
279 fmt.Println(strings.ToUpper("Gopher"))
280 // Output: GOPHER
289 fmt.Println(strings.ToLower("Gopher"))
290 // Output: gopher