Opened 15 years ago
Last modified 13 years ago
#1178 new Feature Requests
Regular expression min match length
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
From the mailing list:
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.
Change History (9)
comment:1 by , 15 years ago
Component: | None → regex |
---|---|
Owner: | set to |
comment:2 by , 15 years ago
comment:4 by , 15 years ago
No sorry, none yet, there are a few Regex feature requests which I'll try and get to after 1.35 is out the door. John.
comment:9 by , 13 years ago
The good news is I'm updating the regex library to account for the new features in Perl-5.10 plus bug reports like this right now.
The bad news is I haven't done this one yet :-(
But I will :-)
Honest... no really... John.
Note:
See TracTickets
for help on using tickets.
any news?