This app will help you format text. The functions work as follows:
Please note if you highlight text, the action will be preformed on ONLY that text
Substitute: You can specify your own substituions; In the "Replace String" dialog, put a string in the "take this" box, and any occurances will be replaced with whatever is in the "replace with" box. If the "replace with" box is empty, any occurance of the string will be removed.
In the "Replace Chars" dialog, you can specify a list of chars in the "take this" box, and a list in the "replace with" box. The chars in the "take this" box will be replaced with the corresponding char from the "replace with" box. If there is no corresponding "replace with"
char (i.e. the "take this" list is longer than the "replace with" list), the char will simply be removed.
Strip: This will convert some extended ASCII characters to an equivilent ASCII characters (é will become e, etc). Any remaining invalid chars will be removed.
Moreify: This will split the text into chunks. The size of the chunks is determined by which service you select. It will attempt to split at the
closest word, but if a reasonable match cannot be found, it will just lop it off at the exact limit. In that case, you will be shown a
warning, and it is up to adjust the text so no words are cut in half.
Minify: This will attempt to shorten the text by substituting long words or phrases for shorter ones or abbreviations.
Normalize WS: Converts any whitespace to a space. Multiple spaces will be converted to a single space.
LC: Convert to lower-case
UC: Convert to upper-case
