String functions offer a lot of possibilities to work with text strings. They can be used to convert, evaluate, manipulate and compare strings.
Click on a function name to get more information about it.
-
-
-
-
-
-
InStr - position in string
-
IsNumeric - is string numeric (basic syntax only)
-
Lcase - lcase (basic syntax only)
-
Len - len (basic syntax only)
Length - length (crystal syntax only)
-
LTrim - ltrim (basic syntax only)
-
-
-
-
-
-
RTrim - rtrim (basic syntax only)
-
-
-
-
-
-
-
-
-
TrimLeft - trim left (crystal syntax only)
-
Ucase - ucase (basic syntax only)
-
-
-