Regex class
          #include <eckit/utils/Regex.h>
        
        
Public static functions
- 
              static auto escape(std::string_view) -> std:: string 
Constructors, destructors, conversion operators
- 
              Regex(const std::string& = ".*", bool shell = false, bool extended = true) 
- Regex(const Regex&)
- ~Regex()
- operator const std::string&() const
Public functions
- auto operator=(const Regex&) -> Regex&
- 
              auto match(const std::string& s) const -> bool 
- auto operator==(const Regex& other) const -> bool
Friends
- 
              auto operator<<(std::ostream& s, const Regex& p) -> std:: ostream&