v0.7.0
formatParenConditionGroups(Defined in: src/modules/validation.ts:114 Parses a a rule condition and returns groups formatted based on parenthesis.condition
):ConditionGroups
Parameter | Type | Description |
---|---|---|
condition | string | string representing the rule condition. |
ConditionGroups
ConditionGroups the formatted groups and whether the condition is valid syntax.