reg property

RegExp reg
final

Implementation

final RegExp reg = RegExp(r'(\d{1,3})(?=(\d{3})+(?!\d))');