removeFirstBlank property

RegExp removeFirstBlank
getter/setter pair

移除字符串前面空格

Implementation

static RegExp removeFirstBlank = RegExp(r'^\s*');