String Manipulation
Includes functions for string manipulation.
GetField Function
Returns a segment (field) of a string.
IsAlpha Function
Tests whether the first character of a string is an alphabetic character.
IsDigit Function
Tests whether the first character of a string is a digit.
IsSpace Function
Tests whether the first character of a string is a whitespace character.
Left Function
Returns the left-most characters of a string.
Len Function
Returns the length of a string.
Ltrim Function
Strips leading whitespace from a string.
MatchStr Function
Looks for a pattern in a string.
Replicate Function
Replicates a string the specified number of times.
Right Function
Returns the right-most characters of a string.
Rtrim Function
Strips trailing whitespace from a string.
Space Function
Returns the specified number of space characters.
StrPos Function
Returns the position of the specified substring.
StrTran Function
Searches for and replaces characters in a string.
Stuff Function
Inserts and deletes characters.
SubStr Function
Returns a substring.
Tabs Function
Returns a specified number of tabs.
Trim Function
Strips leading and trailing whitespace from a string.
Parent topic:
Functions
Related reference
STRING Data Type