to_upper_copy |
Top Previous Next |
Scripts > Class elements and c++ instructions > String manipulation > to_upper_copy
Prototype
str to_upper_copy(const str& xs)
Description
Returns a string, which is created from the string xs, by converting each character to upper case.
Example:
str s = to_upper_copy("TextTransformer");
has the result: s == "TEXTTRANSFORMER".
|
This page belongs to the TextTransformer Documentation |
Home Content German |