Enums§
- Pattern
- Allows both
&str
andRegex
as input forfrom
.
Traits§
- String
Replace All - A trait that provides a
replace_all
method forString
andstr
types, enabling both exact string and regex-based replacements.
Functions§
- string_
replace_ all - Replaces all occurrences of
from
withto
ininput
, supporting both exact string and regex replacements.