$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Bergemann (frank67x_at_[hidden])
Date: 2020-12-16 17:05:52
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?