| CONTAINSSTR |
returns whether a text string contains another text string |
| COUNTSTRING |
returns the number of occurences of one string within another |
| CRLF |
returns the ascii carriage return-line feed |
| DEC2FRAC |
returns a text representation of a decimal converted to a fraction |
| ENDSWITH |
returns whether a text string ends with another text string |
| FORMATDATE |
formats a date according to Microsoft DOTNET formatting standards |
| FORMATNUM |
formats a number according to Microsoft DOTNET formatting standards |
| FRAC2DEC |
inverse of DEC2FRAC, converts a text representation of a fraction to a decimal number |
| IIFSTR |
returns one of two strings depending on a boolean condition |
| INDENT |
indents a text string to a specified number of levels with a specified indentation character. works with multi-line text. |
| INSTR |
returns the first character position of one text string within another |
| INSTRREV |
returns the character position of the last instance of one text string within another. |
| ISALPHA |
returns whether a text string contains only alphabetic characters |
| ISNUMERIC |
returns whether a text string represents a number |
| JOINSTR |
returns the concatenation of columnar data from a table or view |
| JOINSTR_q |
returns the concatenation of columnar data from a query |
| NUMWORDS |
returns the number of items delimeted by one or more separators |
| PADLEFT |
pads text to a specified width using a padding cahracter to the left of the original text |
| PADRIGHT |
pads text to a specified width using a padding cahracter to the right of the original text |
| PARSE |
returns the requested instance of an item delimited by one or more separators |
| PCT2FRAC |
converts a given percentage value to a text representation of a fraction. |
| QUOTED |
returns text surrounded with a double quote character |
| QUOTES |
returns text surrounded with a single quote character |
| STARTSWITH |
returns whether a text string starts with another text string |
| STRIP |
strips all punctuation from the beginning and end of a text string |