General String Functions |
[This is preliminary documentation and is subject to change.]
Name | Description |
---|---|
Number of characters in string | |
Convert to upper case | |
Convert to lower case | |
Returns substring | |
Returns left substring (beginning of string) | |
Returns right substring (end of string) | |
Returns input string in single quotes ('...') | |
Returns input string in double quotes ("...") | |
Replaces specific charaters in string | |
Parses string looking for occurences of {...}. When found, the contents within {...} is evaluated as a TOPICA Basic expression, and the resulting value (which should be of type string) is substituted in place of {...}. | |
Concatenates any number of string parameters. Any null values among the input parameters are ignored. | |
Concatenates any number of string parameters . If one or more of the parameters are null, the result is null. | |
Pads a string to the left in a field with specified width. | |
Pads a string to the right in a field with specified width. |