testCondition( subject: string, condition: Condition, ruleSetVersion?: number,): boolean
Tests if a condition matches on a string.
subject: string
condition: Condition
ruleSetVersion: number = 1
True, if the condition matches.
Tests if a condition matches on a string.