#include "Utils.h"
Go to the source code of this file.
Namespaces | |
namespace | utils |
Functions | |
void | utils::replace (string &where, const string &what, const string &by) |
bool | utils::start_with (const string &str, const string &what) |
bool | utils::end_with (const string &str, const string &what) |