Character Counting Functions
Alpha Five provides the following character counting functions.
|
Function |
|
Description |
|
V6 |
Returns the number of instances of the variable length Find_Text found in Search_in_Text. | |
|
V5 |
Increments the value referenced by Variable by one. | |
|
V5 |
Counts the number of characters in a string. | |
|
V5 |
Returns the number of times the Find_String is found in the Search_In_String. Case sensitive. | |
|
V5 |
Returns the number of times the Find_String is found in the Search_In_String. Case insensitive. | |
|
V5 |
Returns the number of times Word appears in Search_In_List. | |
|
V5 |
Returns the number of times Word appears in Search_In_List. | |
|
V5 |
Returns an integer Count equal to the number of words in the specified Input_String. |
See Also