compile-time-regular-expressions
compile-time-regular-expressions copied to clipboard
Compile Time Regular Expression in C++
Results
112
compile-time-regular-expressions issues
Sort by
recently updated
recently updated
newest added
trafficstars
I'm facing an issue with the `^\s*([^#:\s]+)\s*:\s*([^#:\s]+)\s*$` pattern in the multiline mode of operation. Here is my code snippet and example input: ```cpp static constexpr std::string_view short_config_text = // "#...
``` int square(int num) { return ctre::starts_with("abc"); } ``` ``` : In instantiation of 'static constexpr bool ctre::char_range::match_char(CharT, const ctre::flags&) [with CharT = char; auto A = 128; auto B...