isMobileExact method

bool isMobileExact()

Return whether input matches regex of exact mobile.

Implementation

bool isMobileExact() => matches(regexMobileExact);