%a:EXPR% (is|equals) %b:QSTRING% for %scope:EXPR% — Conditions

%a:EXPR% (is|equals) %b:QSTRING% for %scope:EXPR%
Variable1.0.0

Description

Checks if a scoped global variable equals a string value (case-insensitive). The 'for' clause specifies which entity's stored value to read.

Examples

if tpa_requester is "none" for target:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<a> is <b> for <scope>
<a> equals <b> for <scope>

Related (Variable)