Skip to content

Recipes

Ready-made setups for a specific job — a chain of tools, or one tool with the right options already picked. Paste once, get the finished result — all in your browser. Want a custom chain? Use the pipeline builder.

Clean and dedupe a listRemove blank lines, trim spaces, drop duplicates and sort — in one pass.Remove empty lines → Trim lines → Remove duplicate lines → Sort linesConvert CSV to formatted JSONTurn a CSV into an array of objects, then pretty-print the JSON.CSV ⇄ JSON converter → JSON formatter & validatorRemove duplicates and sort linesDrop repeated lines, then sort the unique ones alphabetically.Remove duplicate lines → Sort linesTidy up messy whitespaceCollapse double spaces, trim each line and drop blank lines.Remove extra spaces → Trim lines → Remove empty linesLines to a JavaScript arrayTurn one item per line into a ready-to-paste JavaScript array literal.Text to array converter · New line · JavaScript arrayComma-separated list to an arraySplit a comma-separated line into items and emit a JavaScript array.Text to array converter · Comma · JavaScript arrayNumbers to an arrayTurn a column of numbers into a numeric array — no quotes around the values.Text to array converter · New line · JavaScript array · Leave numbers unquoted · Variable name: numbersText to a Python listTurn a pasted list into a Python list literal, one item per line.Text to array converter · Python list · Variable name: itemsText to a PHP arrayTurn a pasted list into a PHP array using the short [] syntax.Text to array converter · PHP array · Variable name: itemsLines to a JSON arrayTurn a pasted list into a valid JSON array of strings.Text to array converter · JSON arrayList to an SQL IN() clauseTurn a column of values into a parenthesised list for WHERE ... IN (...).Text to array converter · SQL IN() clauseMocking SpongeBob textTidy the spacing, then alternate the capitals: tHiS kInD oF tExT.Remove extra spaces → Mocking caseClap 👏 back 👏 captionUppercase the line and put a 👏 between every word.Remove extra spaces → Clap textVaporwave aesthetic textStrip accents, then widen every character into fullwidth.Remove accents → Full-width text generatorCursed (Zalgo) textTidy the line, then bury it in combining marks.Remove extra spaces → Zalgo glitch textAesthetic bio textFold accents, drop to sᴍᴀʟʟ ᴄᴀᴘs, then space the letters out.Remove accents → Small caps converter → Spaced lettersLeetspeak gamertagFold accents, close up the spaces, then swap letters for digits.Remove accents → Remove whitespace → Leet speak translatorFlip text upside downTurn the letters over and reverse both the characters and the lines.Upside down text · Upside down · Reverse character order · Reverse line order · Strip accents (á → ɐ)Emoji letter text 🇦🇧🇨Fold accents, then spell the words out in flag-style letter emoji.Remove accents → Regional indicator textMessage to Morse codeFold accents, then encode to dots and dashes with / between words.Remove accents → Morse code translatorTalk like a pirateTidy the spacing, then rewrite the line in pirate speak.Remove extra spaces → Pirate speak translator