|
| Regex (const std::string &sPat="") |
|
| Regex (const Regex &rhs) |
|
auto | operator= (const Regex &rhs) -> Regex & |
|
auto | operator= (Regex &&rhs) noexcept -> Regex & |
|
auto | IsSet () const -> bool |
|
void | Set (const std::string &str) |
|
auto | Compare (const std::string &sStr) -> bool |
|
auto | Compare (const std::string &sStr, std::vector< std::string > &asMatches) -> bool |
|
auto | Replace (const std::string &sReplacement, const std::string &sSubject, std::string &sOut) -> bool |
|
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/Utils/RageUtil.h
- /home/runner/work/etterna/etterna/src/RageUtil/Utils/RageUtil.cpp