Added needed functionality, testing remains
This commit is contained in:
parent
7e308ed212
commit
feeaf4f39c
5 changed files with 175 additions and 173 deletions
|
@ -28,5 +28,4 @@ uint8_t unicode_utf8_to_byte(const std::string & utf8);
|
|||
|
||||
char32_t unicode_tolower(char32_t cp);
|
||||
|
||||
bool unicode_wregex_exists(const std::string & regex);
|
||||
std::vector<std::string> unicode_regex_split(const std::string & text, const std::vector<std::wstring> & regex_exprs);
|
||||
std::vector<std::string> unicode_regex_split(const std::string & text, const std::vector<std::string> & regex_exprs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue