not includes
This block is part of the condition group and was last modified in core v10.4.28.
not includes v10.4.28 Checks if the find string is not included in the value string.
- Value required
valueThe main string in which inclusion will be checked.
- Find required
valueThe string to search for within the main value.
- Boolean
conditionReturns true if the
findstring is not found within thevaluestring, otherwise false. Also false when either string is empty, even though nothing can be found in an empty value.
True only when both value and find are non-empty AND find does NOT occur in value (case-sensitive substring check). False when find IS found, but ALSO false when either input is empty or missing. Example: value="" find="x" -> false, even though "x" is absent.
A typical wiring for not includes: the condition out pin feeds branch.

Version history
Introduced in v10.4.28.
Back to
condition Return to the main group to view all sub-groups Back to value Return to the group to view all blocks within this group
