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