Import
Properties
Value-agnostic matcher for a field label. Used to filter rows, and first capture group contains the value.
Returns all parsable substrings from a line, used for highlighting
Signature
Gets the label name from a parsable substring of a line
Gets the label value from a parsable substring of a line
Signature
getValueFromField: (field: string) => string;
Function to verify if this is a valid parser for the given line. The parser accepts the line if it returns true.