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