DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
strings.LastIndex()
Examples using...
strings.LastIndex()
Recent
Examples
LastIndex in Go
by GoDoc
Go
strings.LastIndex
fmt.Println
fmt
strings
strings.Index
LastIndex returns the index of the last instance of substr in s, or -1 if substr is not present in s.