CONTAIN_DIGIT_REGEX constant

String const CONTAIN_DIGIT_REGEX

Implementation

static const String CONTAIN_DIGIT_REGEX = ".*[0-9].*";