Duplicate :
|
A DESCRIPTION OF THE PROBLEM : MatchResult shall provide the results of a Match given by a Matcher. This comprises also matching of groups. But missing is one single method referring to named groups. CUSTOMER SUBMITTED WORKAROUND : I rely heavily on named groups because numbered groups are not maintainable. Thus i am forced to use a Matcher instead of a MatchResult, which breaks some info hiding. FREQUENCY : always
|