|
kaycxx-assert
C++ assertion library
|
Asserts that a string-like value fully matches a regular expression.
The pattern must match the whole value, not just a substring. Pass a string pattern for readable failure output or a precompiled std::regex when the same expression is reused.
Null C string pointers never match.