String Functions
RDL2 provides a rich set of functions to operate on strings.
Extracts a character from the string. | |
Applies a regular expression to a string. | |
Finds the location of a string within another string. | |
Returns the length of the string. | |
Replaces a portion of a string with another string. | |
Splits a string into an array of strings based on a list of token separators. | |
Extracts a portion of a string. | |
Converts a string to an integer. | |
Converts a string to lower case. | |
Converts a string to upper case. | |
Removes whitespace from the beginning of a string. | |
Removes whitespace from the end of a string. |
- CharAt-function charAt String
- Regex-function regex Boolean
- Regular-Expressions A regular expression is a string with special meanings assigned to certain characters. For example, the '.' (period) means 'match any character', and '*' (asterisk) means 'match zero or more of the previous character'.
- strFind-function strFind Integer
- strLength-function strLength Integer
- strReplace-function strReplace String
- strSplit-function strSplit String Array
- strSubString-function strSubString String
- strToInt-function strToInt Integer
- strToLower-function strToLower String
- strToUpper-function strToUpper String
- strTrimLeading-function strTrimLeading String
- strTrimTrailing-function strTrimTrailing String
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*