Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : 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.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback