User Tools

Site Tools


manual:Filters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:Filters [2021/10/15 01:43]
peternlewis
manual:Filters [2023/04/27 18:30]
ccstone
Line 7: Line 7:
 * Remove Styles (clipboards only, make the clipboard plain text). * Remove Styles (clipboards only, make the clipboard plain text).
 * Set line endings to Mac (CR), Unix (LF) or Windows/DOS (CRLF). * Set line endings to Mac (CR), Unix (LF) or Windows/DOS (CRLF).
-* Trim Whitespace.+* Trim Whitespace. ​ ​(Remove leading and trailing whitespace from a string.)
 * Hard wrap or unwrap paragraphs. * Hard wrap or unwrap paragraphs.
 * Lowercase (all characters),​ Lowercase First (just the first character). * Lowercase (all characters),​ Lowercase First (just the first character).
Line 18: Line 18:
 * Generate an HTML list. * Generate an HTML list.
 * [Percent Encode](https://​developer.mozilla.org/​en-US/​docs/​Glossary/​percent-encoding) or Decode a URL.  Percent Encode will encode **all** non-alphanumeric characters. * [Percent Encode](https://​developer.mozilla.org/​en-US/​docs/​Glossary/​percent-encoding) or Decode a URL.  Percent Encode will encode **all** non-alphanumeric characters.
-* Quote for AppleScript,​ JavaScript, Shell (bash) Script, Swift or JSON.+* Encode for Regular Expression. 
 +* Encode or decode Base64. 
 +* Calculate MD5. 
 +* Quote for AppleScript,​ JavaScript, Shell (bash) Script, SwiftJSON or Process Tokens.
 * Convert a JSON object string to Compact or Pretty format. * Convert a JSON object string to Compact or Pretty format.
 * Get parent of a path. * Get parent of a path.
manual/Filters.txt · Last modified: 2024/01/29 03:38 by peternlewis