removeAny method

String removeAny(
  1. Iterable<Pattern> texts
)

Implementation

String removeAny(Iterable<Pattern> texts) => replaceMany(texts);