Software AG Products 10.11 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of String Functions | regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len): boolean
 
regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len): boolean
Indicates whether or not two string regions (substrings within the specified strings) are equal.
Input Parameters
ignoreCase
Boolean Indicates whether or not case should be ignored when comparing characters.
toffset
Integer The starting offset of the subregion in this string.
other
String The string argument.
ooffset
Integer The starting offset of the subregion in the string argument.
len
Integer The number of characters to compare.
Return Value
Boolean Returns true if the two string regions are equal, false otherwise.