Jpp
18.5.2
the software that should make you happy
|
Functions | |
bool | startswith (const std::string &a, const std::string &b) |
Check if string starts with given text. More... | |
std::string | trim (const std::string &s) |
Remove leading and trailing white spaces. More... | |
|
inline |
Check if string starts with given text.
a | input string |
b | text |
Definition at line 70 of file io_ascii.hh.
|
inline |
Remove leading and trailing white spaces.
s | input string |
Definition at line 82 of file io_ascii.hh.