Replaces all substrings that match from with replace.
from
replace
String replaceAll(Pattern from, String replace) => value.replaceAll(from, replace);