nojhan / clutchlog

C++ "spatial" logging system which targets versatile, (de)clutchable, _debugging_, in a single header.

Home Page:https://nojhan.github.io/clutchlog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find an elegant way to configure non-matching regexp

nojhan opened this issue · comments

std::regex does not implements negative lookahead, but a simple API change may allow for filtering on not matching a given regexp.