Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.string:base64Decode
pub.string:base64Encode
pub.string:bytesToString
pub.string:compareStrings
pub.string:concat
pub.string:HTMLDecode
pub.string:HTMLEncode
pub.string:indexOf
pub.string:isAlphanumeric
pub.string:isDate
pub.string:isNullEmptyOrWhitespace
pub.string:isNullOrBlank
pub.string:isNumber
pub.string:length
pub.string:lookupDictionary
pub.string:lookupTable
pub.string:makeString
pub.string:messageFormat
pub.string:numericFormat
pub.string:objectToString
pub.string:padLeft
pub.string:padRight
pub.string:replace
pub.string:stringToBytes
pub.string:substitutePipelineVariables
pub.string:substring
pub.string:tokenize
pub.string:toLower
pub.string:toUpper
pub.string:trim
pub.string:URLDecode
pub.string:URLEncode
The following elements are available in this folder:
Element
Package and Description
WmPublic. Decodes a Base-64 encoded string into a sequence of bytes.
WmPublic. Converts a sequence of bytes into a Base64-encoded String.
WmPublic. Converts a sequence of bytes to a String.
WmPublic. Performs a case-sensitive comparison of two strings, and indicates whether the strings are identical.
WmPublic. Concatenates two strings.
WmPublic. Replaces HTML character entities with native characters.
WmPublic. Replaces HTML-sensitive characters with equivalent HTML character entities.
WmPublic. Returns the index of the first occurrence of a sequence of characters in a string.
WmPublic. Determines whether a string consists entirely of alphanumeric characters (in the ranges A–Z, a–z, or 0–9).
WmPublic. Determines whether a string follows a specified date pattern.
WmPublic. Determines if a string is null, empty, or only whitespace.
WmPublic. Deprecated - Use pub.string:isNullEmptyOrWhitespace. Checks a string for a null value or empty value.
WmPublic. Determines whether the contents of a string can be converted to a float value.
WmPublic. Returns the length of a string.
WmPublic. Looks up a given key in a hash table and returns the string to which that key is mapped.
WmPublic. Locates a key in a String Table and returns the string to which that key is mapped.
WmPublic. Builds a single string by concatenating the elements of a String List.
WmPublic. Formats an array of strings into a given message pattern.
WmPublic. Formats a number into a given numeric pattern.
WmPublic. Converts an object to string representation using the Java toString() method of the object.
WmPublic. Pads a string to a specified length by adding pad characters to the beginning of the string.
WmPublic. Pads a string to a specified length by adding pad characters to the end of the string.
WmPublic. Replaces all occurrences of a specified substring with a substitute string.
WmPublic. Converts a string to a byte array.
WmPublic. Replaces a pipeline variable with its corresponding value.
WmPublic. Returns a substring of a given string.
WmPublic. Tokenizes a string using specified delimiter characters and generates a String List from the resulting tokens.
WmPublic. Converts all characters in a given string to lowercase.
WmPublic. Converts all characters in a given string to uppercase.
WmPublic. Trims leading and trailing white space from a given string.
WmPublic. Decodes a URL-encoded string.
WmPublic. URL-encodes a string.