newLineRegExp property

RegExp get newLineRegExp

New line regular expression for CRLF or LF.

Implementation

static RegExp get newLineRegExp => RegExp('\r?\n');