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