CHAR - Returns the character at the specified number.
CONCATENATE - Joins several text items into one.
EXACT - Compares two text strings and tell us if they are exactly alike. Is case sensitive.
FIND - Returns the starting position of one string within another. Unlike SEARCH (), this function is case sensitive.
LEN - Returns the number of characters in a string.
LOWER - Converts a string to lower case.
MID - Extracts a specified number of characters from a string.
REPLACE - Replaces part of a text string with a different text string.
REPT - Repeats text a given number of times.
RIGHT - Returns characters to the right of a text string according to the number of characters specified.
SEARCH - Returns the starting position of one string within another. Unlike FIND (), it does not distinguish between upper case and lower case.
T - Checks if a value is text and returns text if it is and empty if it is not.
TEXT - Converts a value in text format specified text.
TRIM - Removes all spaces from a string except single spaces between words.
No comments:
Post a Comment