Operations ‣ Rules ‣ Utilities ‣ Tools ‣ inList
Checks if the given searchItem appears in the listItem(s), if yes, true is returned.
Examples
inList("ene", "mene", "those", "ene")→ trueinList("ene", "mene", "those", "gene")→ falseinList("ene", ["mene", "ene"])→ true