13 Aug
2007
13 Aug
'07
9:31 a.m.
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.