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.

In pins 2
  • Value required
    value

    The main string in which inclusion will be checked.

  • Find required
    value

    The string to search for within the main value.

Out pins 1
  • Boolean
    condition

    Returns true if the find string is not found within the value string, 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.

Studio canvas example for the not includes block: typical wiring for not includes.

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