This section describes function returning a string value.
Contents
| Name | Description | 
|---|---|
| Character substring function | Extracts a substring from the given string | 
| Fold function | Scalar functions for changing the case of text strings | 
| Regex substring function | Extracts a substring from the given string using regular epxression pattern matching | 
| Replace function | Replaces all occurrences of string_exp2 in string_exp1 with string_exp3 | 
| Soundex function | Returns the Soundex code for a string expression | 
| Translate function | Returns the application dictionary translation for a string expression in the current user locale | 
| Trim function | Removes whitespace from a string |