ANSITOOEM
Converts all the characters of \ from the ANSI character set to the OEM character set and returns the converted string.
INSTR
Returns the position of the string \ in the string \.
INSTRREV
Returns the last position of the string \ in the string \.
LEFT
Returns a string containing the \ left characters of the string \.
LEN
Returns the length of the string \.
LTRIM
Returns a copy of \ without the leading characters belonging to \.
MID
Returns a string containing \ characters of the string \ from the position \.
OEMTOANSI
Converts all the characters of \ from the OEM character set to the ANSI character set and returns the converted string.
REPLACE
Replace in the string \ the sub-string \ by the sub-string \.
RIGHT
Returns a string containing the \ right characters of the string \.
RTRIM
Returns a copy of \ without the trailing characters belonging to \.
TRIM
Returns a copy of \ without the leading and trailing characters belonging to \.