$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-08-13 05:31:37
Raffaele Romito wrote:
> Hi, I need to calculate, given a regular expression, the min length
> for a match.
> For example if I have as regexp ^HTTP.*, 4 is the min length required
> for a match.
It's not currently supported by Boost.Regex: not least 'cos you're the only
person to ask for it. It might be possible to implement it, if there's a
compelling use case though.
John.