removeAll method

String removeAll(
  1. Pattern pattern
)

Implementation

String removeAll(Pattern pattern) => this.replaceAll(pattern, "");