EXTRegexExpectation: {
    flags?: string;
    pattern: PatternElement[];
}

An extended regex expectation with a patter structure, optional flags and escaping properties that allow for clear and explicit declaration of regex patterns in JSON.

Used when a TestCondition operation is TestComparisonOperation.EXT_REGEX.

Type declaration