#include <StringsUtilities.hpp>
◆ FindSeparator()
| char Gedim::StringsUtilities::FindSeparator |
( |
const std::string & |
stringToSearch, |
|
|
const std::string & |
keyOne, |
|
|
const std::string & |
keyTwo |
|
) |
| |
|
static |
◆ Parse() [1/12]
| static T Gedim::StringsUtilities::Parse |
( |
const std::string & |
objectString | ) |
|
|
static |
Parse a string to object.
◆ Parse() [2/12]
◆ Parse() [3/12]
◆ Parse() [4/12]
◆ Parse() [5/12]
◆ Parse() [6/12]
◆ Parse() [7/12]
◆ Parse() [8/12]
- Note
- Supported vector separator are {',' ';' ' '}
◆ Parse() [9/12]
- Note
- Supported vector separator are {',' ';' ' '}
◆ Parse() [10/12]
- Note
- Supported vector separator are {',' ';' ' '}
◆ Parse() [11/12]
- Note
- Supported vector separator are {',' ';' ' '}
◆ Parse() [12/12]
◆ Split() [1/2]
| static std::vector< std::string > Gedim::StringsUtilities::Split |
( |
const std::string & |
stringToSplit, |
|
|
const char & |
character = ' ' |
|
) |
| |
|
static |
◆ Split() [2/2]
| static std::vector< std::string > Gedim::StringsUtilities::Split |
( |
const std::string & |
stringToSplit, |
|
|
const std::vector< char > & |
characters = std::vector< char >(' ') |
|
) |
| |
|
static |
◆ ToLower()
| string Gedim::StringsUtilities::ToLower |
( |
const std::string & |
input | ) |
|
|
static |
◆ ToUpper()
| string Gedim::StringsUtilities::ToUpper |
( |
const std::string & |
input | ) |
|
|
static |
The documentation for this class was generated from the following files: