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