itok function implemented
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <string>
|
||||
#include <regex>
|
||||
|
||||
// Replace a substring with a replacement string in a source string
|
||||
void replace_substring(std::string &src, const std::string &substr, const std::string &replacement);
|
||||
|
||||
// Returns true if where contains regex
|
||||
@@ -22,4 +21,4 @@ std::string string_padd(const std::string & str, int pad_len, char fill_char, bo
|
||||
|
||||
std::string string_substring(const std::string & str, long pos, long count);
|
||||
|
||||
size_t string_find_substr(const std::string & str, const std::string & pattern, long pos);
|
||||
size_t string_find_substr(const std::string & str, const std::string & pattern, long pos);
|
||||
|
||||
Reference in New Issue
Block a user