ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

String​Utilities

Sublime Text 2/3 plugin for string manipulations

Labels utilities

Details

Installs

  • Total 20K
  • Win 9K
  • Mac 8K
  • Linux 3K
Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16
Windows 0 0 0 1 0 1 0 1 1 2 2 1 0 0 0 2 1 1 0 0 0 1 1 1 0 0 3 1 0 2 0 1 0 0 1 3 0 1 1 0 0 2 1 1 0 0
Mac 0 1 1 3 0 0 1 0 3 0 0 0 0 2 1 0 1 0 0 0 0 2 0 0 0 0 1 0 1 4 1 0 0 1 0 0 0 3 0 0 0 1 0 2 1 1
Linux 0 1 0 0 1 0 0 0 0 1 1 0 1 2 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 2 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeText - StringUtilities

StringUtilities is a Sublime Text 3 plugin, which adds to the editor useful string functions like:

  • Convert Tabs to Spaces
  • Convert Spaces to Tabs
  • Convert Spaces to Non-Breaking Spaces
  • Convert Chars to Html Entities
  • Convert Html Entities to Chars
  • Convert Camel Case <-> Underscores
  • Convert Single Quotes To Double
  • Convert Double Quotes To Single
  • Encode as URL Notation
  • Decode from URL Notation
  • Convert To Unicode Notation
  • Convert From Unicode Notation
  • Convert To Base64
  • Convert From Base64
  • Convert To Hex
  • Convert From Hex
  • Convert HTML Color From Hex To RGB
  • Convert HTML Color From RGB To Hex
  • Calculate Selection MD5
  • Calculate Selection SHA1
  • Convert Unixtime <-> Datetime
  • Insert Current Datetime
  • Generate Password (6 char)
  • Generate Password (8 char)
  • Generate Password (12 char)
  • Generate Password (16 char)
  • Generate Password (32 char)
  • Generate Password (40 char)
  • Generate Password (64 char)
  • Insert Internal IP Address
  • Insert External IP Address
  • Pretify JSON String

Sponsors

No sponsors yet.. :(

If you like the software, don't forget to donate to further development of it!

PayPal donate button

Installation

  • Install Package Manager.
  • Use Cmd+Shift+P or Ctrl+Shift+P then Package Control: Install Package.
  • Look for StringUtilities and install it.

If you prefer to install manually, install git, then:

Clone the repository in a subfolder “StringUtilities” in your Sublime Text “Packages” directory:

git clone https://github.com/akalongman/sublimetext-stringutilities "<Sublime Text 3 Packages folder>/StringUtilities"

The “Packages” directory is located at:

  • Linux: ~/.config/sublime-text-2/Packages/
  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/
  • Windows: %APPDATA%/Sublime Text 2/Packages/

Or enter

sublime.packages_path()

into the console (Ctrl-`).

Usage

  • Right click on editor window (first select text if function is convert type) and select String Utilities menu item.

Todo

  • Add some missed functions

Libraries

  • dateutil by Gustavo Niemeyer is used for adding extensions to the standard python 2.3+ datetime module.. PSF License