MCPcopy Create free account
hub / github.com/ReadyTalk/avian / subSequence

Method subSequence

classpath/java/lang/String.java:522–525  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

520 }
521
522 @Override
523 public CharSequence subSequence(int start, int end) {
524 return substring(start, end);
525 }
526
527 public boolean matches(String regex) {
528 return Pattern.matches(regex, this);

Callers

nothing calls this directly

Calls 1

substringMethod · 0.95

Tested by

no test coverage detected