Replaces all substrings that match from with replace.
from
replace
String? replaceAll(Pattern from, String replace) { return value?.replaceAll(from, replace); }