REGEX_INTEGER constant

String const REGEX_INTEGER

正则:整数

Implementation

static const REGEX_INTEGER = "^-?[1-9]\\d*\$";