$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: izua (izua.richard_at_[hidden])
Date: 2007-08-17 10:25:19
Hi everyone!
I'm Richard from romania, and I'm pretty new to boost. I started using it
because I need regex functionalities.
Is there a regex_search functionality that will show me all found entries
for the given regular expression? Something like preg_match_all in PHP?
For example, if i have a regex ([0-9]+?[\W]+?) and the search string
"abcd123.ef56[tab]essn" it would return me 2 arrays of arrays: first with an
array 123 and ., second with 56 and tab.
Thanks.
-- View this message in context: http://www.nabble.com/regex_search-all-tf4285608.html#a12199378 Sent from the Boost - Users mailing list archive at Nabble.com.