String-Manipulation Functions

String-manipulation functions perform various operations on strings of characters.

The string-manipulation functions are identified in the following diagram:
(1)
String-Manipulation Functions

1  %CONCAT Function1
1  %ASCII
Function2
1  %TRIM Function3
1 4  %LTRIM Function5
1 4  %RTRIM Function6
1  %SPACE Function7
1  %REVERSE Function8
1 4  %REPLACE Function9
1 4  %LPAD Function10
1 4  %RPAD Function11
1  %CHR Function12
1 4  %Case-Conversion Functions13
1  %Substring Functions14

Sections that follow describe each of the built-in string manipulation functions.