|
casacore
|
Casing and related functions Case conversion and rearrangement functions. More...
#include <String.h>
Public Member Functions | |
| String | reverse (const string &str) |
| Global function which returns a transformation to reverse order of String. More... | |
| String | upcase (const string &str) |
| Global function which returns a transformation to uppercase of String. More... | |
| String | downcase (const string &str) |
| Global function which returns a transformation to lowercase of String. More... | |
| String | capitalize (const string &str) |
| Global function which returns a transformation to capitalization of String. More... | |
| String | trim (const string &str) |
| Global function which removes leading and trailing whitespace. More... | |
Casing and related functions Case conversion and rearrangement functions.
| String casacore::String_global_functions_case::capitalize | ( | const string & | str | ) |
Global function which returns a transformation to capitalization of String.
| String casacore::String_global_functions_case::downcase | ( | const string & | str | ) |
Global function which returns a transformation to lowercase of String.
| String casacore::String_global_functions_case::reverse | ( | const string & | str | ) |
Global function which returns a transformation to reverse order of String.
| String casacore::String_global_functions_case::trim | ( | const string & | str | ) |
Global function which removes leading and trailing whitespace.
| String casacore::String_global_functions_case::upcase | ( | const string & | str | ) |
Global function which returns a transformation to uppercase of String.
1.8.5