Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ toString
Method
toString
java/com/google/re2j/RE2.java:286–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
284
}
285
286
@Override
287
public
String toString() {
288
return
expr;
289
}
290
291
// doExecute() finds the leftmost match in the input and returns
292
// the position of its subexpressions.
Callers
13
testFindUTF8
Method · 0.95
testRE2
Method · 0.95
UnicodeTablesGenerator
Method · 0.45
getInitializer
Method · 0.45
substring
Method · 0.45
quoteReplacement
Method · 0.45
replace
Method · 0.45
asBytes
Method · 0.45
compileImpl
Method · 0.45
replaceAllFunc
Method · 0.45
quoteMeta
Method · 0.45
repeat
Method · 0.45
Calls
no outgoing calls
Tested by
2
testFindUTF8
Method · 0.76
testRE2
Method · 0.76