DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
strings.TrimFunc()
Examples using...
strings.TrimFunc()
Recent
Examples
TrimFunc in Go
by GoDoc
Go
strings.TrimFunc
fmt
fmt.Print
strings
unicode
TrimFunc returns a slice of the string s with all leading and trailing Unicode code points c satisfying f(c) removed.