MCPcopy Create free account
hub / github.com/google/re2j / group

Method group

java/com/google/re2j/Matcher.java:235–237  ·  view source on GitHub ↗

Returns the most recent match. @throws IllegalStateException if there is no match

()

Source from the content-addressed store, hash-verified

233 * @throws IllegalStateException if there is no match
234 */
235 public String group() {
236 return group(0);
237 }
238
239 /**
240 * Returns the subgroup of the most recent match.

Callers 9

testIssue93Method · 0.95
testGroupMethod · 0.95
testFindMethod · 0.95
testInvalidGroupMethod · 0.95
testDocumentedExampleMethod · 0.95
testNamedGroupsMethod · 0.95

Calls 4

startMethod · 0.95
endMethod · 0.95
substringMethod · 0.95
getMethod · 0.80

Tested by 8

testIssue93Method · 0.76
testGroupMethod · 0.76
testFindMethod · 0.76
testInvalidGroupMethod · 0.76
testDocumentedExampleMethod · 0.76
testNamedGroupsMethod · 0.76