REGEX_BLANK_LINE constant

String const REGEX_BLANK_LINE

Regex of blank line.

Implementation

static const String REGEX_BLANK_LINE           =
    "\\n\\s*\\r";