regExprNat property

RegExp regExprNat
final

Implementation

static final regExprNat = RegExp(r'^(\d+|0[xX][\da-fA-F]+|0[oO][0-7]+)$');