Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ inputLength
Method
inputLength
java/com/google/re2j/Matcher.java:397–399 ·
view source on GitHub ↗
Helper for Pattern: return input length.
()
Source
from the content-addressed store, hash-verified
395
396
/** Helper
for
Pattern:
return
input length. */
397
int
inputLength() {
398
return
inputLength;
399
}
400
401
/**
402
* Quotes
'\'
and
'$'
in {@code s}, so that the returned string could be used in
Callers
1
split
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected