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. |