Generate a string based on the original one, replacing all ASCII lowercase letters (a-z) with uppercase ones. More...
#include <strexpr.h>
Generate a string based on the original one, replacing all ASCII lowercase letters (a-z) with uppercase ones.
| K | - character type, deduced on the source string. |
Takes the original string and copies it, replacing the ASCII lowercase letters (a-z) with uppercase ones. Any string object can be taken as the source string. Example