String-Manipulation Functions
String-manipulation functions perform various operations on strings of characters.
The
string-manipulation functions are identified in the following diagram:
(explicit id smfu001)
smfu001
(explicit id smfu002)
smfu002
(explicit id smfu003)
smfu003
(explicit id smfu004)
smfu004
(explicit id smfu005)
smfu005
(explicit id smfu006)
smfu006
(explicit id smfu007)
smfu007
(explicit id smfu008)
smfu008
(explicit id smfu009)
smfu009
(explicit id smfu010)
smfu010
(explicit id smfu011)
smfu011
(explicit id smfu015)
smfu015
(explicit id smfu012)
smfu012
(explicit id smfu013)
smfu013
String-Manipulation Functions
{ <CONCAT Function>[] | <ASCII Function>[] | <TRIM Function>[] | [] <LTRIM Function>[] | [] <RTRIM Function>[] | <SPACE Function>[] | <REVERSE Function>[] | [] <REPLACE Function>[] | [] <LPAD Function>[] | [] <RPAD Function>[] | <CHR Function>[] | [] <Case-Conversion Functions>[] | <Substring Functions>[] }
Sections that follow describe each of the built-in string manipulation functions.
1 Informix® extension
2 See TRIM Function
3 See Substring functions
4 See SPACE function
5 See REPLACE Function
6 See LPAD Function
7 See RPAD Function
9 See LTRIM Function
10 See RTRIM Function
11 See ASCII Function
12 See CHR Function
13 See REVERSE function
14 See CONCAT Function