#include "icl_core/StringHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
Functions | |
String | icl_core::join (const std::vector< String > &substrings, const String &delimiter) |
std::vector< String > | icl_core::split (const String &str, const String &delimiter) |
String | icl_core::trim (String const &str) |
Definition in file StringHelper.cpp.