string.h File Reference
#include <cctype>
#include <algorithm>
#include <istream>
Go to the source code of this file.
Classes | |
struct | StringCaseInsensitiveComparator |
Namespaces | |
illumina | |
illumina::interop | |
illumina::interop::util | |
illumina::interop::util::detail | |
Functions | |
char | tolower (const char ch) |
bool | replace (std::string &str, const std::string &from, const std::string &to) |
void | camel_to (std::string &str, const std::string &sep=" ") |
void | camel_from (std::string &str, const char sep=' ') |
bool | contains_ASCII_only (const std::string &input) |
std::string | to_lower (const std::string &input) |
bool | ends_with (const std::string &input, const std::string &ending, const bool is_case_insensitive=false) |
std::istream & | cross_platform_getline (std::istream &is, std::string &line) |
Detailed Description
String utilities
- Date
- 5/16/16
- Version
- 1.0
- Copyright
- GNU Public License.