to_lower_copy

Top  Previous  Next

Scripts > Class elements and c++ instructions > String manipulation > to_lower_copy

 

Prototype

 

str to_lower_copy(const str& xs)

 

Description

 

Returns a string, which is created from the string xs, by converting each character to lower case.

 

 

Example:

 

str s = to_lower_copy("TextTransformer");

 

has the result: s == "texttransformer".

 



This page belongs to the TextTransformer Documentation

Home  Content  German