Generates a string based on the original one, replacing all lowercase letters of the first Unicode plane with uppercase ones. More...
#include <sstring.h>
Generates a string based on the original one, replacing all lowercase letters of the first Unicode plane with uppercase ones.
| K | - character type, inferred based on the source string. |
Takes the original string and copies it, replacing the lowercase letters of the first Unicode plane with uppercase ones. Any string object can be taken as the source string. Example