Business Rules 10.7 | webMethods Business Rules Web Help | webMethods Business Rules Reference | Functions | Summary of String Functions | matches(String regex): boolean
 
matches(String regex): boolean
Indicates whether or not this string matches the given regular expression.
Input Parameters
regex
String The regular expression to which this string is to be matched.
Return Value
Boolean Returns true if this string matches the given regular expression, false otherwise.