modules/string/replace library

Functions

replace(String string, dynamic pattern, dynamic replacement) String
Replaces occurrences of pattern in string with replacement. Returns the modified string.