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:isAlphanumeric
 
pub.string:isAlphanumeric
WmPublic. Determines whether a string consists entirely of alphanumeric characters (in the ranges A–Z, a–z, or 0–9).
Input Parameters
inString
String Optional. String to be checked for alphanumeric characters.
Output Parameters
isAlphanumeric
String Indicates whether or not all the characters in inString are alphanumeric.
*true indicates that all the characters in inString are alphanumeric.
*false indicates that not all the characters in inString are alphanumeric.
The service returns false if inString is not specified.