Translate all uppercase characters in str
to lowercase and return the new string.[6
] {N}
[6]
Very early versions of nawk
don't support tolower()
and toupper()
. However, they are now part of the POSIX specification for awk
, and are included in the SVR4 nawk
.