CppParser
|
#include <algorithm>
#include <cstring>
#include <string>
Go to the source code of this file.
Functions | |
size_t | stripChar (char *s, size_t len, char c) |
void | stripChar (std::string &s, char c) |
std::string & | trimBlob (std::string &s) |
std::string & | cleanseIdentifier (std::string &id) |
strips new-line char and collapses multiple white chars. More... | |
|
inline |
strips new-line char and collapses multiple white chars.
Definition at line 68 of file string-utils.h.
|
inline |
|
inline |
|
inline |
Definition at line 42 of file string-utils.h.