regexNumeric top-level constant

String const regexNumeric

Matches ASCII digits only.

Implementation

const String regexNumeric = r'^\d+$';