Kyoto Cabinet
|
compile(const std::string ®ex, uint32_t opts=0) | kyotocabinet::Regex | |
IGNCASE enum value | kyotocabinet::Regex | |
match(const std::string &str) | kyotocabinet::Regex | |
match(const std::string &str, const std::string &pattern, uint32_t opts=0) | kyotocabinet::Regex | [static] |
MATCHONLY enum value | kyotocabinet::Regex | |
Option enum name | kyotocabinet::Regex | |
Regex() | kyotocabinet::Regex | [explicit] |
replace(const std::string &str, const std::string &alt) | kyotocabinet::Regex | |
replace(const std::string &str, const std::string &pattern, const std::string &alt, uint32_t opts=0) | kyotocabinet::Regex | [static] |
~Regex() | kyotocabinet::Regex |