BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Namespaces | |
StringUtils | |
Functions | |
bool | StringUtils::matchesPattern (const std::string &text, const std::string &wildcardPattern) |
std::string | StringUtils::padRight (const std::string &name, size_t length) |
std::vector< std::string > | StringUtils::split (const std::string &text, const std::string &delimeter) |
void | StringUtils::replaceItemsFromString (std::string &text, const std::vector< std::string > &items, const std::string &replacement="") |
std::string | StringUtils::join (const std::vector< std::string > &joinable, const std::string &joint) |
std::string | StringUtils::removeSubstring (const std::string &text, const std::string &substr) |
template<typename T > | |
std::string | StringUtils::scientific (const T value, int n=10) |
std::string | StringUtils::to_lower (std::string text) |
Defines a few helper functions.
Definition in file StringUtils.h.