DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
bytes.TrimFunc()
Examples using...
bytes.TrimFunc()
Recent
Examples
TrimFunc in Go
by GoDoc
Go
bytes.TrimFunc
fmt.Println
unicode.IsLetter
bytes
fmt
TrimFunc returns a subslice of s by slicing off all leading and trailing UTF-8-encoded code points c that satisfy f(c).