$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mayo (g17mayo_at_[hidden])
Date: 2001-06-12 08:40:17
--- In boost_at_y..., John Maddock <John_Maddock_at_c...> wrote:
> One way to do what you want would be to use regex_grep, and keep a
> track or how many unique matches were found - in fact if each
> field occures only once regex_grep does this for you as it returns
> the total number of matches found:
John,
Thanks for your suggestion, indeed regex_grep helped to match ANDed
fields in the messages using the number of unique matches returned by
the function.
Thanks a lot for your help again.
George.