Contains tester

[string/Contains tester]


Tests whether the value received via string contains the value received via substring. Example:

  1. "Quick brown fox"@0 is received via string

  2. "brown"@0 is received via substring

  3. true@0 is sent via contains


Keywords: string, contains, includes, search, substring

Input ports

  • string: string

    The string to look for the substring in

  • substring: string

    The string to find

Output ports

  • contains: boolean

    Whether the string contains the substring

Last updated