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