casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::String_global_functions_case Struct Reference

Casing and related functions Case conversion and rearrangement functions. More...

#include <String.h>

List of all members.

Public Member Functions

String reverse (string str)
 Global function which returns a transformation to reverse order of String.
String upcase (string str)
 Global function which returns a transformation to uppercase of String.
String downcase (string str)
 Global function which returns a transformation to lowercase of String.
String capitalize (string str)
 Global function which returns a transformation to capitalization of String.

Detailed Description

Casing and related functions Case conversion and rearrangement functions.

Definition at line 968 of file String.h.


Member Function Documentation

Global function which returns a transformation to capitalization of String.

Global function which returns a transformation to lowercase of String.

Global function which returns a transformation to reverse order of String.

Global function which returns a transformation to uppercase of String.


The documentation for this struct was generated from the following file: