Convert text with multiple cleanups and transformationsQuoter 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:MyDirMyFile.txt -> "c:\MyDir\MyFile.txt"
5. Quoting for Java char[] literals e.g. c: -> new char { 'c', ':', '\' }
6. Removing leading and/or trailing spaces.
7. Removing embedded control characters.
8. Collapsing runs of spaces into one space.
9. Collapsing multiple blank lines into one line.
10. Converting to UPPER, lower, or Book Title case.
11. Aligning space or comma delimited text in columns.
12. Aligning Java source in columns (considers """, ''', /* comment */, // ... in column delimiter rules).
13. Converting raw multiline clipboards into regexes by quoting reserved characters for search/replace for Funduc or Java regexes, followed by converting to Java string literals or CSV fields.
What is new in version 5.1
add configurable look and feel.
Add your review
Top popularity in Other Developement Apps
1
ModScan32 8.A00-03Testing device for verification of correct protocol operation