Find | ----- |
The Find function searches for the position of a text string in the text of a value.
|
Left | ----- |
The Left function returns the leftmost character or characters in a text string.
|
Right | ----- |
The Right function returns the rightmost character or characters in a text string.
|
Mid | ----- |
The Mid function returns a specific number characters from text string, starting at the position you specify.
|
Len | ----- |
The Len function returns the number of characters in a text string.
|
Lower | ----- |
The Lower function converts all the upper case letters in a text string to lower case.
|
Upper | ----- |
The Upper function converts all the lower case letters in a text string to upper case.
|
Exact | ----- |
The Exact function compares two text strings and returns true if they are exactly equal.
|
Trim | ----- |
The Trim function removes all the leading and trailing white space from a text string.
|