Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ replace
Method
replace
java/com/google/re2j/RE2.java:386–386 ·
view source on GitHub ↗
(String orig)
Source
from the content-addressed store, hash-verified
384
// This is visible for testing.
385
interface
ReplaceFunc {
386
String replace(String orig);
387
}
388
389
/**
Callers
2
testMutableCharSequence
Method · 0.65
replaceAllFunc
Method · 0.65
Implementers
3
RE2ReplaceAllFunctionTest
javatests/com/google/re2j/RE2ReplaceAl
Matcher
java/com/google/re2j/Matcher.java
RE2
java/com/google/re2j/RE2.java
Calls
no outgoing calls
Tested by
1
testMutableCharSequence
Method · 0.52