MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / format_two_args

Function format_two_args

rust/src/lib.rs:1971–1973  ·  view source on GitHub ↗
(string: &str, arg1: &str, arg2: &str)

Source from the content-addressed store, hash-verified

1969}
1970
1971pub fn format_two_args(string: &str, arg1: &str, arg2: &str) -> String {
1972 string.replacen("{}", arg1, 1).replacen("{}", arg2, 1)
1973}
1974
1975pub fn format_three_args(string: &str, arg1: &str, arg2: &str, arg3: &str) -> String {
1976 string

Calls

no outgoing calls

Tested by

no test coverage detected