line constant
String
const line
Contains required Level
and Tag
named groups
and optional Xref
and LineVal
named groups.
Implementation
static const line =
'^(?<Level>$_level) (?:(?<Xref>$xref) )?(?<Tag>$_tag)( (?<LineVal>$_lineVal))?\$';