Subject: [Boost-users] Running Regular expression (RE) over a list, array or map
From: Olivier Austina (olivier.austina_at_[hidden])
Date: 2013-09-26 09:37:36


Hi,

I am wondering if it is possible to run directly regular expression over a
list and getting the indexes (begging and end) of the match. For example, I
have a list of strings and a regular expression and I want to know which
part of the list matches the RE and get the corresponding indexes in the
list. Any suggestion is welcome. Thank you.

Regards
Olivier