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

Method start

java/com/google/re2j/Matcher.java:149–151  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

147 * @throws IllegalStateException if there is no match
148 */
149 public int start() {
150 return start(0);
151 }
152
153 /**
154 * Returns the end position of the most recent match.

Callers 7

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

Calls 2

loadGroupMethod · 0.95
getMethod · 0.80

Tested by 4

testNamedGroupsMethod · 0.76
testCompilesWithGwtMethod · 0.64