|
Login Languish
|
handles string-related tasks More...
#include <string>

Go to the source code of this file.
Functions | |
| std::string | string_utils::toTitleCase (std::string str) |
| title case string converter More... | |
| std::string | string_utils::toLowerCase (std::string str) |
| lowercase string converter More... | |
handles string-related tasks
| std::string string_utils::toLowerCase | ( | std::string | str | ) |
lowercase string converter
converts any string to lowercase
| str | string to be converted |
| std::string string_utils::toTitleCase | ( | std::string | str | ) |
title case string converter
converts any string to title case (capitalised first letter)
| str | string to be converted |
1.8.13