Chapter 11
The awk Programming Language
toupper
toupper(
str
)
Translate all lowercase characters in
str
to uppercase and return the new string. {N}
Reference: tolower
Reference: while