Perform string manipulation and formatting.
String Function |
Description |
Returns the character associated with the specified character code. |
|
Generates a string concatenation of two or more expressions. |
|
Generates a string concatenation of two or more expressions. |
|
Determines if a text string or expression contains another text string or expression. |
|
Determines if a text string or expression ends with another text string or expression. |
|
The EscapeJson function replaces invalid JSON characters (backspace, form feed, newline, carriage return, tab, double quote, and backslash) in a string with their valid equivalent. |
|
The EscapeXml function replaces invalid XML characters (ampersand, less than, greater than, quote, and apostrophe) in a string with their valid XML equivalent. |
|
The Format function formats a numeric or date expression. |
|
The Instr function returns the position of the first occurrence of one string within another string. |
|
Determines if an expression matches a Regular Expression pattern. |
|
Determines if an expression matches an DOS-style wildcard expression. |
|
The Left function returns a string containing a specified number of characters from the left side of a string. |
|
Returns the length of a string. |
|
Returns the length of a string. |
|
The Mid function returns a substring of a string. |
|
The ProperCase function returns a copy of a string with the first letter of every word capitalized and the rest of the letters in lower case. |
|
Replaces all occurrences of a Regular Expression pattern with a string. |
|
Returns first match of regular expression pattern going left to right. |
|
The Replace function replaces all occurrences of a substring with another string. |
|
The Right function returns a string containing a specified number of characters from the right side of a string. |
|
Determines if a text string or expression starts with another text string or expression. |
|
Returns the inner xml (does not include the outer element) for an Entity or Entity Field. |
|
Returns the JSON for an Entity or Entity Field. |
|
The ToLower function returns a copy of a string, converted to all lower case. |
|
The ToUpper function returns a copy of a string, converted to all upper case. |
|
Returns the xml for an Entity or Entity Field. |
|
The Trim function returns a copy of a string with all leading and trailing spaces removed. |
|
The TrimWhitespace function removes leading, trailing, and duplicate whitespace from a string. |
Comments
0 comments
Please sign in to leave a comment.