DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
strings.IndexFunc()
Examples using...
strings.IndexFunc()
Recent
Examples
IndexFunc in Go
by GoDoc
Go
strings.IndexFunc
fmt.Println
fmt
strings
unicode
IndexFunc returns the index into s of the first Unicode code point satisfying f(c), or -1 if none do.