You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep evaluating operands left to right until a value is reduced from a group of strings (in this case, "length", "field", "password" all represent one value).
Once operands are reduced to values, apply operators to values:
Proposed syntax:
value1
,EQUAL_TO
,value2
] -> value1 === value2value1
,REGEX
,value2
] -> new RegExp(value1).test(value2)LENGTH
,value1
] -> length(value1)The text was updated successfully, but these errors were encountered: