Business Rules 10.7 | webMethods Business Rules Web Help | webMethods Business Rules Reference | Functions | Summary of String Functions | contains(String str): boolean
 
contains(String str): boolean
Indicates whether or not the specified string is contained within this string.
Input Parameters
str
String The string to search for.
Return Value
Boolean Returns true if this string contains the specified string, false otherwise.