Crate string_replace_all

Source

Enums§

Pattern
Allows both &str and Regex as input for from.

Functions§

string_replace_all
Replaces all occurrences of from with to in input, supporting both exact string and regex replacements.