Convert Text MenuReplace/Modify Text Convert Number Menu 

You can use the global context menu (Ctrl + Menu Key) to execute the command "Convert Text" -> "Search andReplace/Modify Text". You can also simply modify the text you have just marked in Notepad or in an entry field in your browser. Various options are available for modifying the marked text:

Search and Replace

You can replace characters in the entire marked text here. You can access the most recently used search and replace characters in the drop-down list.

Remove Characters

Here you can remove multiple characters in the marked text, e.g. all special characters or blank spaces and tabs.
All of the characters that you enter will be removed. For example, if you enter "test", the word test will not be removed, but instead all occurrences of the letters t, e, s and t.

In the Complete Text:
All letters/characters entered will be removed from the complete text.

At the Beginning:
All letters/characters entered will be removed from the beginning of the text and/or from the beginning of each line.

At the End:
All letters/characters entered will be removed from the end of the text and/or from the end of each line.

Example:
You have copied a list from the browser and copied in into an editor:

There are now unsightly tabs and blank spaces at the beginning and end of each line.
Open the search and replace function of Clipboard Master, enter blank spaces and /t for tab as shown in the image above and press "OK". The list will then appear cleanly formatted.

Modify By Line

Here you can modify the text line by line in additional ways.

Place Text At Beginning:
The text entered here will be placed at the beginning of each line, e.g. »

Place Text At End:
The text entered here will be placed at the end of each line, e.g. »

Remove All Until:

The text up to the search character/search text will be removed from each line.
If "inclusive" is activated, the search character/search text will also be removed.
This allows you to remove bullets or numeration.

Remove All After:
The text after the search character/search text will be removed from each line. 
If "inclusive" is activated, the search character/search text will also be removed.

Example:
You would like to remove all of the numbers at the beginning. Open the search and replace dialog, enter a blank space in the "Removal All Until" line as shown in the screenshot above, activate "inclusive" and press "OK". You will then have a clean list:

You can now also sort the list alphabetically using the global context menu.

Additional Line-By-Line Operation

Here you can sort lines, remove duplicate lines or remove lines with specific text.

In General:

  • Text formatting will be removed.
  • Version 3.0.4 and higher:
    - Enter \t for the tab character and\n for new lines.
    - Enter \\ for \
    - Ascii code with \n or \0xn, whereby n stands for the Ascii code, e.g. \32 or \0x20 for a blank space.
    - You can achieve numerations with the counters: {#cn}
    These generally start with 1, e.g. enter {#cn8} to begin with 8.
    You can also enter the increment: {#cnstart,increment}, e.g. {#cn1,2} for 1, 3, 5, etc.