Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : Summary of String Functions
Summary of String Functions
webMethods Rules Development provides the following predefined string functions:
Function
Returns
Description
String
Appends the specified string to the end of this string.
Boolean
Indicates whether or not the specified string is contained within this string.
Boolean
Indicates whether or not this string ends with the specified suffix.
Boolean
Indicates whether or not this string is equal to the specified string.
Boolean
Indicates whether or not this string is equal to the specified string, ignoring case considerations.
Boolean
Indicates whether or not this string matches the given regular expression.
Boolean
Indicates whether or not two string regions (substrings within the specified strings) are equal.
String
Returns a string where each substring of this string that matches the given regular expression is replaced with the specified replacement value.
String
Returns a string where the first substring of this string that matches the given regular expression is replaced with the specified replacement value.
Boolean
Indicates whether or not this string starts with the specified prefix.
String
Returns a string that resides within this string.
String
Returns a string that resides within this string.
String
Returns a string with all of the characters of this string converted to lower case.
String
Returns a string with all of the characters of this string converted to upper case.
String
Returns a copy of this string, with leading and trailing empty characters removed.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback