generic utils functions (e.g., string manipulation)
More...
#include <utils.h>
List of all members.
Static Public Member Functions |
| static void | toUpper (std::string &s) |
| | Capitalizes the passed string.
|
| static void | toLower (std::string &s) |
| | Lowerizes the passed string.
|
| static std::string | toupper (const std::string &s) |
| | returns a capitalized version of the passed string
|
| static std::string | tolower (const std::string &s) |
| | returns a lowerized version of the passed string
|
Detailed Description
generic utils functions (e.g., string manipulation)
Member Function Documentation
Lowerizes the passed string.
- Parameters:
-
returns a lowerized version of the passed string
- Parameters:
-
- Returns:
- a lowerized version of the passed string
Capitalizes the passed string.
- Parameters:
-
| s | the string to capitalize |
returns a capitalized version of the passed string
- Parameters:
-
| s | the string to capitalize |
- Returns:
- a capitalized version of the passed string
The documentation for this class was generated from the following files:
- /home/bettini/work/source-highlight/src-highlite/lib/srchilite/utils.h
- /home/bettini/work/source-highlight/src-highlite/lib/srchilite/utils.cpp