MCPcopy Index your code
hub / github.com/apache/groovy / subSequence

Method subSequence

src/main/java/groovy/lang/GString.java:266–269  ·  view source on GitHub ↗

{@inheritDoc}

(int start, int end)

Source from the content-addressed store, hash-verified

264 * {@inheritDoc}
265 */
266 @Override
267 public CharSequence subSequence(int start, int end) {
268 return toString().subSequence(start, end);
269 }
270
271 /**
272 * Turns a String into a regular expression pattern

Callers 12

testAppendStringMethod · 0.45
uncapitalizeMethod · 0.45
capitalizeMethod · 0.45
dropMethod · 0.45
getAtMethod · 0.45
getPaddingMethod · 0.45
takeMethod · 0.45
takeRightMethod · 0.45
takeAfterMethod · 0.45
takeBeforeMethod · 0.45
dropRightMethod · 0.45
takeBetweenMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by 1

testAppendStringMethod · 0.36