Applies the replacement to the given text.
text
String apply(String text) => text.replaceAllMapped(_pattern, _map);