Home
last modified time | relevance | path

Searched refs:replace_all_bytes (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dahocorasick.rs473 /// let result = ac.replace_all_bytes(haystack, &["x", "y", "z"]);
476 pub fn replace_all_bytes<B>( in replace_all_bytes() functions
487 "replace_all_bytes requires a replacement for every pattern \ in replace_all_bytes()

Completed in 4 milliseconds