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

Method end

java/com/google/re2j/Matcher.java:158–160  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

156 * @throws IllegalStateException if there is no match
157 */
158 public int end() {
159 return end(0);
160 }
161
162 /**
163 * Returns the start position of a subgroup of the most recent match.

Callers 5

testNamedGroupsMethod · 0.95
groupMethod · 0.95
appendReplacementMethod · 0.95
splitMethod · 0.80

Calls 2

loadGroupMethod · 0.95
getMethod · 0.80

Tested by 2

testNamedGroupsMethod · 0.76