Vely logo install | documentation | examples | changelog
16.10.0 released May 10, 2023
upper-string

Purpose: Upper-case a string.

upper-string <string>

upper-string converts all <string>'s characters to upper case.
Examples
The resulting "str" is "GOOD":
char str[]="good";
upper-string str

See also
Strings ( copy-string   count-substring   lower-string   split-string   trim-string   upper-string   write-string  )  SEE ALL (documentation)


Copyright (c) 2017-2023 Dasoftver LLC