DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
strings.TrimPrefix()
Examples using...
strings.TrimPrefix()
Recent
Examples
TrimPrefix in Go
by GoDoc
Go
strings.TrimPrefix
fmt
fmt.Print
strings
TrimPrefix returns s without the provided leading prefix string. If s doesn't start with prefix, s is returned unchanged.