Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ substring
Method
substring
classpath/java/lang/String.java:373–375 ·
view source on GitHub ↗
(int start)
Source
from the content-addressed store, hash-verified
371
}
372
373
public
String substring(
int
start) {
374
return
substring(start, length);
375
}
376
377
public
String substring(
int
start,
int
end) {
378
if
(start < 0)
Callers
15
getParameterTypes
Method · 0.95
MyJarURLConnection
Method · 0.95
trim
Method · 0.95
startsWith
Method · 0.95
endsWith
Method · 0.95
subSequence
Method · 0.95
replace
Method · 0.95
infuse
Method · 0.95
regionMatches
Method · 0.95
getSimpleName
Method · 0.95
getResource
Method · 0.95
getPackage
Method · 0.95
Calls
no outgoing calls
Tested by
1
invoke
Method · 0.36