Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : boolean inList(String[] list, boolean ignoreCase)
boolean inList(String[] list, boolean ignoreCase)
Indicates whether or not this string is in the specified list. Case sensitivity can be ignored while checking.
Input Parameters
list
String List A list of strings to match this string against.
ignoreCase
Boolean Indicates whether or not case sensitivity should be ignored.
Return Value
Boolean Returns true if this string exists in the specified list, false otherwise.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback