Returns True if the specified list contains the specified value.
ListContains(List:String,Item:String,Delimiter: String):Boolean
List specifies the list of strings in which to search.
Item specifies the string value on which to perform the function.
Delimiter is the character to use to delineate items in the string list. Supported special characters:
[comma]
[space]
[tab]
Note: | You must use the name of the delimiter (not the character) and include brackets around the name. |
ListContains(PropValue(NodeList),Colas,[comma])
The return value is True.