%a:STRING% (is|equals|is not|does not equal) %b:QSTRING% — Conditions

%a:STRING% (is|equals|is not|does not equal) %b:QSTRING%
Text1.0.0

Description

Checks if two strings are equal or not equal (case-insensitive).

Examples

if myVar is "hello":
if myVar is not "hello":

All Possible Usages (4)

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

<a> is <b>
<a> equals <b>
<a> is not <b>
<a> does not equal <b>

Related (Text)