Hi,
I notice that Poco::Regular Expression does'nt support reading named capture groups, althouth the underlying PCRE does.
I also noticed the relevent pcre file (prce_get) is not included in the source.
1. Is there a specifc reason for this exclusion?
2. If not, how do I go about getting the file back in? I've modified RegularExpression to extract named groups. How do I submit this feature?
Cheers
G





