@B85TOBIN | Decodes a base-85 string into a binary buffer. |
@BETWEEN | Returns the portion of a string between two delimiters. |
@BINTOB85 | Encodes the contents of a binary buffer as a base-85 string. |
@CLARIFY | Returns the original text mangled by @OBSCURE . |
@INIVALUE | Returns a value from an .INI file. |
@LINEENDS | Reports the line-end characters used in a text file. |
@METAPHONE | Returns a roughly phonetic code for an English word. |
@MKENTITIES | Replaces characters in a string with HTML entities. |
@OBSCURE | Mangles a text string, making it difficult to read. |
@OINK | Translates text to Pig Latin. |
@ROT13 | Transforms a string with ROT13. |
@ROUGHLYSIMILAR | Compares words in two text strings. |
@STRIPACCENTS | Removes accents from letters. |
@TEXTENCODING | Guesses the character encoding of a text file. |
@TEXTFORMAT | Guesses the formatting of a text file. |
@UCHAR | Returns Unicode characters with the specified values. |
@UCODE | Returns the hexadecimal values of characters in a string. |
@UCODEX | Returns the hexadecimal values of characters in a string. |
@ULEN | Returns the number of Unicode code points in a string. |
@UQUOTES | Replaces ASCII apostrophes and quote marks with Unicode equivalents. |
@VOWELS | Counts the vowels in a string. |