strings.Replace
standard libraryThe 177th most-called standard-library function by production calls. Called 16,823 times across 743 modules; 5,604 of those run outside tests and generated code.
1% in production calls vs 2026-W37 (5,643 → 5,604)
- prod calls
- 5,604
- non-test, non-generated
- all calls
- 16,823
- total callsites
- modules
- 743
- distinct callers
- in loop
- 22%
- of prod calls
- in tests
- 8%
- 1,323 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
estimate
Estimated relative cost
Roughly 0.01× the estimated relative cost of fmt.Sprintf . Benchmarked at 52.25 ns/op × 5,604 production calls, normalized so fmt.Sprintf = 1.0.
This is not dollars and not a verdict. Per-op time depends heavily on inputs (argument sizes, contention, patterns), the benchmark ran on a single machine (darwin/arm64 (Apple Silicon), go1.26.0), and static call counts are not runtime frequency. How this is estimated →
who calls this
Notable callers
Production calls into Replace from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 215 4%
- CockroachDB 177 3%
- Go (golang.org/x) 113 2%
- Istio 46 <1%
- HashiCorp 41 <1%
where it's called
Callsites in the wild
12 representative callsites of 16,823, prioritizing in-loop and non-test usage. We link to source, never display it.
-
argoproj/pkg @v0.13.6
in loop - in loop
- in loop
-
bubbles/v2 @v2.2.1
filepicker/filepicker.go:395
in loop - in loop
- in loop
- in loop
- in loop
-
docker/docker @v28.5.2+incompatible
in loop -
encr.dev @v1.58.6
cli/cmd/encore/db.go:158
in loop - in loop
- in loop
top callers
The modules that reach for it
The modules that call Replace most in this snapshot.
- github.com/kubernetes/kubernetes3,60221%
- k8s.io/api3,16019%
- github.com/okta/okta-sdk-golang/v56664%
- github.com/therecipe/qt5273%
- github.com/grafana/loki/v35013%
siblings
More from strings
The other most-called functions in this package. See all →