String Category Functions
Functions in the following category can be used to execute business logic using string values. For example, you can use the functions to convert DateTime or Numbers to String.
| Rule ID | Category Name | Name | Long Description |
|---|---|---|---|
|
SCC_RULE_ID_20130419101915 |
String |
Concatenate |
Concatenate two strings into a single string. |
|
SCC_RULE_ID_20120711154104 |
String |
UpperCase |
Converts a string to upper case. |
|
SCC_RULE_ID_20120711154450 |
String |
LowerCase |
Convert a string to lower case. |
|
SCC_RULE_ID_20120711153301 |
String |
Substring |
Returns a string from a longer string based on position. |
|
SCC_RULE_ID_20120711152058 |
String |
StringLength |
Returns the length of a string. |
|
SCC_RULE_ID_20131119143620 |
DateTimeToString |
Convert a DateTime value to a String |
SCC_RULE_ID_20131119143620 |
|
SCC_RULE_ID_20131119140237 |
DateToString |
Convert a Date to a String |
SCC_RULE_ID_20131119140237 |
|
SCC_RULE_ID_20131119135320 |
NumberToString |
Convert a Number To a String |
SCC_RULE_ID_20131119135320 |
|
SCC_RULE_ID_20131119185227 |
TimeToString |
Convert a Time value to a String |
SCC_RULE_ID_20131119185227 |