Quoter Amanuensis5.5
Publisher Description
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:
0. Flow text by removing newline characters. Useful to prepare text to paste into web comment boxes.
1. Convert awkward characters to entities for HTML
2. Quote for Java Strings. e.g. doubling backslashes and quoting '. Also converts literals back to Strings.
3. Convert to a CSV field with commas and spaces in quotes, and quotes doubled.
4. Convert to Java char [] literals, e.g. c:/ to new char { 'c', ':', '/' }
5. Strip HTML tags giving you the raw text.
6. Strip XML tags giving you the raw text.
7. Convert HTML entities back to awkward characters.
8. Convert XML entity references back to awkward characters.
9. Encode an entity using URLEncoding %xx e.g. space to %20.
10. Decode an entity using URLDecoding %xx e.g. %20 back to space.
11. Remove control characters.
12. Collapse multiple spaces into one.
13. Collapse multiple blank lines onto one.
14. Collapse runs of spaces into a single space.
15. Collapse multiple blank lines into a single blank line.
16. Align space or comma delimited text in columns
17. Align Java source in columns
18. Convert to UPPER case, lower case or Book Title case.
19. Converting raw multiline clipboards into search or replace regex
expressions for Java Regexes, Funduc Search and Replace utility or
Microedge SlickEdit Unix-style regexes, with the option of following by
converting them to Java string literals. Composing regex sub-expressions
to compactly select a particular set of characters.
20. Trim leading, trailing or both spaces. Can be combined with any other transformation.
About Quoter Amanuensis
This program is available in English. It was last updated on 09 March, 2026. Quoter Amanuensis is compatible with the following operating systems: Windows.
The company that develops Quoter Amanuensis is Canadian Mind Products. The latest version released by its developer is 5.5. This version was rated by 2 users of our site and has an average rating of 3.5.
The download we have available for Quoter Amanuensis has a file size of 1.0 MB. Just click the green Download button above to start the downloading process. The program is listed on our website since 2014-09-13 and was downloaded 139 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the Quoter Amanuensis as malware if the download link is broken.
How to install Quoter Amanuensis on your Windows device:
- Click on the Download button on our website. This will start the download from the website of the developer.
- Once the Quoter Amanuensis is downloaded click on it to start the setup process (assuming you are on a desktop computer).
- When the installation is finished you should be able to see and run the program.
Program Details
System requirements
Download information
Pricing
Version History
version 5.5
posted on 2014-09-13
now generate search regex, span regex and replace regex at once.
version 5.3
posted on 2014-07-01
now shows three regex variants at once
version 5.2
posted on 2012-12-17
now converts Java String literals to strings.
version 5.1
posted on 2012-01-13
add configurable look and feel.
version 5.0
posted on 2011-11-18
regex span now does both includes and excludes and displays the range two ways.
version 4.8
posted on 2011-11-15
now also lets you flow text by removing newline characters
version 1.1
posted on 2011-08-31
Several fixes and updates
version 1.1
posted on 2011-05-24
This release includes minor fixes and enhancements.
version 4.7
posted on 2011-01-03
calculates span, which chars used in string
version 4.6
posted on 2009-11-11
now do both Regex quoting and Java string quoting for search and replace.