Workflow Icon

String multitool

Transform text to various formats

Version 1.1.0 by Yuri Mazursky


Usage

Convert text into upper case, lower case, camel case, and other formats via the string keyword.

Options for text conversion

  • Copy to clipboard.
  • Paste to frontmost app.

Alternatively, send text for processing with the Universal Action.

Universal Action

End your string with a forward slash and a letter to filter a specific transformation or chain them together: /l converts to lower case and /c to camel case, so /lc does both in that order.

Convert to lowercase then camel case

Slugify (/S) defaults to - between characters but takes an optional alternative character between quotes.

Slugify text

Replace (/R) takes two strings of text between quotes to replace the first with the second.

Replace text