DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
strings.SplitAfter()
Examples using...
strings.SplitAfter()
Recent
Examples
SplitAfter in Go
by GoDoc
Go
strings.SplitAfter
fmt
fmt.Printf
strings
SplitAfter slices s into all substrings after each instance of sep and returns a slice of those substrings.