Quoter 9.5

Converts text with many possible cleanups and transformations
Rating
Your vote:
Latest version:
9.5 See all
Developer:
Canadian Mind Products
Screenshots
1 / 1
Request
Download
link when available

Converts text with many possible cleanups, including
preparation of HTML and Java, aligning in columns, character
set conversion, case converting, removing excess white
space, removing blank lines, preparing regex expressions....
converts raw text with the following possible cleanups:
1. Quoting for HTML, e.g. dealing with ampersand or accented characters.
2 . Converting HTML entities; back to plain characters.
3. Stripping out HTML tags
4. Quoting for Java String literals
e.g. c:\MyDir\MyFile.txt -> "c:\\MyDir\\MyFile.txt"
5. Quoting for Java char[] literals
e.g. c:\ -> new char { 'c', ':', '\\' }
6. removing leading and/or trailing spaces.
5. removing embedded control characters.
7. collapsing runs of spaces into one space.
8. collapsing multiple blank lines into one line.
9. converting to UPPER, lower, or Book Title case.
10. Aligning space or comma delimited text in columns.
11.Aligning Java source in columns
(considers "\"", '\'', /* comment */, // ...
in column delimiter rules).
12. Converting raw multiline clipboards into regexes
by quoting reserved characters for search/replace
for Funduc or Java regexes. Often followed by
converting to Java string literals

Comments

User

Your vote: