Enums§
- Pattern
- Allows both
&str
andRegex
as input forfrom
.
Functions§
- string_
replace_ all - Replaces all occurrences of
from
withto
ininput
, supporting both exact string and regex replacements.
&str
and Regex
as input for from
.from
with to
in input
, supporting both exact string and regex replacements.