#include <unordered_map>
#include <string>
#include <vector>
#include <shared_mutex>
#include <sstream>
Go to the source code of this file.
|
void | sanitizeString (const std::string &separator, std::string &value) |
| Project NSCpp.
|
|
◆ sanitizeString()
void sanitizeString |
( |
const std::string & | separator, |
|
|
std::string & | value ) |
Project NSCpp.
- Author
- Thomas K/BIDI
- Version
- 2.0
This function remove every occurence of the separator inside the value string.
- Parameters
-
separator | Separator's string to remove inside the given string. |
value | String in which the separators will be removed. |