Character Extraction Functions
Alpha Five provides the following character extraction functions.
|
Function |
|
Description |
|
V5 |
Returns a character string of all of the field values in the current record in the table specified by Table_Alias. | |
|
V5 |
Returns a sub-string from a string, where the sub-string is defined by starting and ending blocks of text. | |
|
V5 |
Returns a sorted list of all of the unique words in Character_Expression. Case-sensitive. | |
|
V5 |
Returns a sorted list of all of the unique words in Character_Expression. Case-insensitive. | |
|
V5 |
Returns a sorted list of the Soundex values of all of the unique words in Character_Expression. | |
|
V5 |
Returns the last word or entry in a string. | |
|
V5 |
Returns the characters that separate the Word_Number word in Input_String from the previous word. | |
|
V5 |
Returns a Substring of a Input_String. The Substring begins at the specified Starting_Position and continues for the specified Number_Of_Characters. | |
|
V5 |
Returns the characters that separate the Word_Number word in Input_String from the next word. | |
|
V5 |
Returns one or more words, specified by the Word_Number and Word_Count and delimited by Word_Delimiter, from the supplied Input_String. | |
|
V6 |
Returns one or more words, specified by the Word_Number and Word_Count and delimited by Word_Delimiter, from the supplied Input_String. | |
|
V5 |
Returns a list of words in common between List1 and List2. | |
|
V5 |
Returns a list of unique words in a delimited string. |
See Also