stripNonDigits method

String stripNonDigits()

Strips out all non digit characters.

Implementation

String stripNonDigits() => replaceAll(_exp, '');