DIGIT_AND_PLUS_REGEX constant

String const DIGIT_AND_PLUS_REGEX

Implementation

static const String DIGIT_AND_PLUS_REGEX = r"[0-9+]+";