Business Rules 10.7 | webMethods Business Rules Web Help | webMethods Business Rules Reference | Functions | Summary of List and Range Functions | boolean inList(String[] list)
 
boolean inList(String[] list)
Indicates whether or not this string is in the specified list. The case (upper, lower) of the string is taken into consideration when matching against the list.
Input Parameters
list
String List A list of strings to match this string against.
Return Value
Boolean Returns true if this string exists in the specified list, false otherwise.