Text Conversions

approved

by Juan D Frias

Perform various text conversions on the selected text.

6 stars3,341 downloadsUpdated 2y agoApache-2.0
View on GitHub

Text Conversion

Perform various text conversion on the selected text.

  • Upper case
  • Lower case
  • Word case
  • Sentence case
  • ROT13
  • Base64 Encode
  • Base64 Decode
  • Remove all spaces
  • Replace spaces with underscore
  • Replace underscores with spaces
  • Replace dashes with spaces
  • Replace spaces with dashes
  • Remove multiple spaces
  • Remove Non-Alpha-numeric characters except spaces
  • Convert words to hash tags: abc def -> #abc #def
  • URL Encode
  • URL Decode
  • Add Spaces: Quick Title => Q u i c k T i t l e
  • Reverse text => txet esreveR
  • Reverse words => esreveR sdrow
  • Flatten list using commas: item1, item2, item3
  • Comma separated items to list: item1, item2, item3 =>
    • item1
    • item2
    • item3

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.