Examples using... strings.ToUpper()

Recent
ToUpper returns s with all Unicode letters mapped to their upper case.
Here’s an example line filter in Go that writes a capitalized version of all input text. You can use this pattern to write your own Go line filters.