String Expression: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<string [[internal function]]>|<string [[user-defined function]]>|<[[string constant]]>|<[[string]] variable> {<[[substring operations]]>} {<[[concatenation operations]]>}
The "string-expr" parameter represents one of several kinds of string elements, including string system functions, string [[user-defined function]]s, string constants, and string variables. A string in Business Rules always ends with a dollar sign, for example: STRING$
The "string-expr" parameter represents one of several kinds of string elements, including string system functions, string [[user-defined function]]s, string constants, and string variables. A string in Business Rules always ends with a dollar sign, for example: STRING$


String expressions may utilize [[Substring operators]] (to specify that only a portion of the string be used) and the [[concatenation]] operator (to specify that multiple string expressions be combined together).  
String expressions may utilize [[Substring]] operators (to specify that only a portion of the string be used) and the [[concatenation]] operator (to specify that multiple string expressions be combined together).  


See also string constants and [[string]] variables, [[functions]] for string system functions, and the [[DEF]] statement discussion for more information about user-defined functions.
See also string constants and [[string]] variables, [[functions]] for string system functions, and the [[DEF]] statement discussion for more information about user-defined functions.

Latest revision as of 15:04, 5 May 2014

<string internal function>|<string user-defined function>|<string constant>|<string variable> {<substring operations>} {<concatenation operations>}

The "string-expr" parameter represents one of several kinds of string elements, including string system functions, string user-defined functions, string constants, and string variables. A string in Business Rules always ends with a dollar sign, for example: STRING$

String expressions may utilize Substring operators (to specify that only a portion of the string be used) and the concatenation operator (to specify that multiple string expressions be combined together).

See also string constants and string variables, functions for string system functions, and the DEF statement discussion for more information about user-defined functions.