mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Add support for new operator rxGlobal
This commit is contained in:
committed by
Felipe Zimmerle
parent
785958f9b5
commit
2672db103e
@@ -70,6 +70,7 @@ class Regex {
|
||||
|
||||
std::list<SMatch> searchAll(const std::string& s) const;
|
||||
bool searchOneMatch(const std::string& s, std::vector<SMatchCapture>& captures) const;
|
||||
bool searchGlobal(const std::string& s, std::vector<SMatchCapture>& captures) const;
|
||||
int search(const std::string &s, SMatch *match) const;
|
||||
int search(const std::string &s) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user