New Functions:


@B85TOBINDecodes a base-85 string into a binary buffer.
@BETWEENReturns the portion of a string between two delimiters.
@BINTOB85Encodes the contents of a binary buffer as a base-85 string.
@CLARIFYReturns the original text mangled by @OBSCURE.
@INIVALUEReturns a value from an .INI file.
@LINEENDSReports the line-end characters used in a text file.
@METAPHONEReturns a roughly phonetic code for an English word.
@MKENTITIESReplaces characters in a string with HTML entities.
@OBSCUREMangles a text string, making it difficult to read.
@OINKTranslates text to Pig Latin.
@ROT13Transforms a string with ROT13.
@ROUGHLYSIMILARCompares words in two text strings.
@STRIPACCENTSRemoves accents from letters.
@TEXTENCODINGGuesses the character encoding of a text file.
@TEXTFORMATGuesses the formatting of a text file.
@UCHARReturns Unicode characters with the specified values.
@UCODEReturns the hexadecimal values of characters in a string.
@UCODEXReturns the hexadecimal values of characters in a string.
@ULENReturns the number of Unicode code points in a string.
@UQUOTESReplaces ASCII apostrophes and quote marks with Unicode equivalents.
@VOWELSCounts the vowels in a string.