Review Comments (0) Screenshots (1) Questions & Answers (0) Votes (0) Awards (1) Wiki  
-Please log in to rate
0 0/5 (0)
-Canadian Mind Products
- mindprod.com
- 2 people
Download Quoter

1.3 MBDownloaded 46 times

 

Review

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

Screenshots

Main Window Main Window

Latest comments


There are no comments, be the first one!
Add new comment
Tag cloud
Download siClient

Email Address:

Password:

Register now »

Forgot password?

Copyright © 2009, Informer Technologies, Inc. About| Privacy and terms| Help| Feedback