Crate string_replace_all

Source

Enums§

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

Traits§

StringReplaceAll
A trait that provides a replace_all method for String and str types, enabling both exact string and regex-based replacements.

Functions§

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