Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of List and Range Functions | 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 © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.