text-manipulation
A set of text manipulation commands: escape/unscape, convert tabs to spaces and back, base64 encode/decode, convert between case styles, compute hashes, etc
extesy 29,741 41 0.6.0 MIT GitHub

Text manipulation

Atom package providing actions for text manipulation:

  • Convert between tabs and spaces
  • Remove all punctuation from the text
  • Trim all trailing spaces in selected lines
  • Remove all whitespace in selected text
  • Encode selected text as URL
  • Convert selected text to camelCase, dash-case, underscore_case
  • Generate hash for selected text: MD5, SHA1, SHA256, SHA512
  • De/Encode selected text to Base64
  • Remove empty lines
  • Un/Escape selected HTML text
  • Un/Escape selected XML text
  • Un/Escape selected SQL text

This package was inspired by the incredibly useful IntelliJ Plugin String Manipulation.