A text processor that can optionally send it’s output to the clipboard.
Line numbers added in zmwFindText.
Remove containing string added in zmwRemoveLines.
Sort the strings/integers in a list in ascending/descending order. Note, that Windows will sort numeric data in an unexpected way UNLESS all entries are padded to the same length by zeros. ClipTricks also offers a “Natural” sort mode which takes care of that issue without having to pad your data. We suggest using the Natural sort mode for strings containing leading numeric data that you wish to sort for
Extract matching lines by applying condition (if true). All matching lines are added to the target output.
Removes all duplicate lines and all empty lines from text. Clean up lists very quickly with by removing duplicate and/or blank lines
Strips all alpha, numeric, special, line break characters from text.
Removes left, right and extra spaces from text deponds upon your selection.
Replaces all occurrences of a substring/word within a string.
Encodes/Decodes text into URL Element or URL. URL Elements will encode query-string parameters, while URL encoding will address all unsafe characters. See the demo pub for clarification.
Returns the number of characters with and without spaces, The number of words and number of paragraphs each in their own variable.
Searchs for characters/word within a text string and store the position of the found character/word in your result variable.
Converts the content of a variable to UPPER/lower/iNVERT/ Sentence/ Word/Title case.
Encrypts/Decrypts content of a variable with password protection.
Extracts email addresses/website URLs from text.