21 std::pair<std::string::size_type, std::string::size_type>
25 std::pair<std::string::size_type, std::string::size_type>
26 find_sandwiched_text(std::string_view s, std::string_view leftPattern, std::string_view rightPattern, std::string::size_type pos={});
std::pair< std::string::size_type, std::string::size_type > find_matched_delimiters(std::string_view text, const char open, const char close, std::string::size_type pos)
Definition: Patterns.cpp:19