REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
std Directory Reference
Directory dependency graph for std:

Files

 regex.hpp
 real::compat — a std::regex-compatible drop-in (<regex> surface), char path.
 
 regex_core.hpp
 std::regex-compatibility layer, part 1/3: the constants, the error type, the backend-routing screens, and basic_regex. Included via the std/regex.hpp umbrella — do not include the parts directly; #include <real/std/regex.hpp> stays the one public entry point.
 
 regex_iter.hpp
 std::regex-compatibility layer, part 3/3: regex_iterator and regex_token_iterator. Included via the std/regex.hpp umbrella.
 
 regex_match.hpp
 std::regex-compatibility layer, part 2/3: sub_match, match_results, the shared runner, and the regex_search / regex_match / regex_replace free functions. Included via the std/regex.hpp umbrella.