16 Dec
2020
16 Dec
'20
5:05 p.m.
in concrete: Is it possible to not only get the #no of groups (sub-expressions) via basic_regex::mark_count(), but also their position (begin() / end() iterators) in the given regex string (c'tor argument)? more general: Can an AST be created for a the given regex string (c'tor argument)? E.g with boost::spirit?