length of %s:STRING% %op:OP% %n:INT%
Checks if the length of a string satisfies a comparison.
if length of myVar >= 5:
Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
length of <s> <op> <n>
%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%
%a:STRING% ends with %b:QSTRING%
%s:STRING% (is|is not) empty
%a:STRING% matches %b:QSTRING%
%a:STRING% (is|equals) true
%a:STRING% (is|equals) false