Adding unicode regex function
This commit is contained in:
parent
a5710a4101
commit
7e308ed212
4 changed files with 16 additions and 41 deletions
|
@ -14,5 +14,4 @@ extern const std::vector<std::pair<uint32_t, uint32_t>> unicode_ranges_symbol;
|
|||
extern const std::vector<std::pair<uint32_t, uint32_t>> unicode_ranges_control;
|
||||
extern const std::multimap<uint32_t, uint32_t> unicode_map_nfd;
|
||||
extern const std::map<char32_t, char32_t> unicode_map_lowercase;
|
||||
extern const std::map<std::string, std::wstring> unicode_regex_to_wregex;
|
||||
extern const std::map<std::string, std::string> unicode_regex_to_regex;
|
||||
extern const std::map<std::string, std::wstring> unicode_regex_to_wregex;
|
Loading…
Add table
Add a link
Reference in a new issue