Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:toLower
 
pub.string:toLower
WmPublic. Converts all characters in a given string to lowercase.
Input Parameters
inString
String String to convert.
language
String Optional. Lowercase, two-letter ISO-639 code. If this parameter is null, the system default is used.
country
String Optional. Uppercase, two-letter ISO-3166 code. If this parameter is null, the system default is used.
variant
String Optional. Vendor and browser-specific code. If null, this parameter is ignored.
Output Parameters
value
String Contents of inString, with all uppercase characters converted to lowercase.