Removes characters that appear in the blacklist.
String blacklist(String chars) => replaceAll(RegExp('[$chars]+'), '');