DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
bytes.IndexFunc()
Examples using...
bytes.IndexFunc()
Recent
Examples
IndexFunc in Go
by GoDoc
Go
bytes.IndexFunc
fmt.Println
bytes
fmt
unicode
IndexFunc interprets s as a sequence of UTF-8-encoded code points. It returns the byte index in s of the first Unicode code point satisfying f(c), or -1 if none do.