regexStartsWithNumber top-level constant
String
const regexStartsWithNumber
Matches strings that start with a digit.
Implementation
const String regexStartsWithNumber = r'^\d';
Matches strings that start with a digit.
const String regexStartsWithNumber = r'^\d';