filterChars method

String filterChars()

Implementation

String filterChars() {
  return replaceAll(RegExp(r'[^\w\s]+'), '');
}