trimAllRegex property

String trimAllRegex

Implementation

String get trimAllRegex => this.replaceAll(RegExp(r"\s+\b|\b\s"), "");