%a:STRING% ends with %b:QSTRING%
Checks if a string ends with a given suffix.
if myVar ends with "lo":
Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
<a> ends with <b>
%a:STRING% (is|equals|is not|does not equal) %b:QSTRING%
%a:STRING% (is|equals) exactly %b:QSTRING%
%a:STRING% (contains|does not contain) %b:QSTRING%
%a:STRING% starts with %b:QSTRING%
%s:STRING% (is|is not) empty
length of %s:STRING% %op:OP% %n:INT%
%a:STRING% matches %b:QSTRING%
%a:STRING% (is|equals) true
%a:STRING% (is|equals) false