Bulk Text Operations
NewRun a pipeline of text transforms over many lines, items or files at once.
Ctrl+Shift+Cto copy the result
Input
0 items • 0 characters
Pipeline
Add operations and they run top to bottom over every item.
Output
0 items out of 0
Everything runs locally and updates as you type — there is no Apply button.
What is the Bulk Text Operations?
Bulk text operations apply a chain of transforms to an entire list at once instead of one line at a time. You stack steps — trim, then drop blanks, then dedupe, then sort — and reorder them, because the order changes the result. Forty operations are available across cleaning, case, ordering, encoding, filtering and extraction.
Frequently asked questions
Why does the order of operations matter?
Because steps feed into each other. Deduplicating before trimming treats " item" and "item" as different values and keeps both; trimming first collapses them into one. Making the order explicit and editable lets you get the result you actually meant.
Can I process a file rather than pasting?
Yes, you can load one or more text, CSV, JSON, Markdown or log files and they are concatenated into a single list. Everything is read in the browser, so large or sensitive exports are never uploaded.
How do I pull just the email addresses or URLs out of messy text?
Add an extract step. Extract email addresses, URLs or numbers scans every item and keeps only the matches, discarding the surrounding text. Follow it with dedupe and sort for a clean, unique list.
Related Text & Code
- JSON FormatterFormat, validate and minify JSON documents.
- Text CompareDiff two blocks of text and highlight what changed.
- Case ConverterSwitch text between camel, snake, kebab, title and more.
- SQL FormatterPretty-print SQL queries with consistent keyword casing.
- Common Regex PatternsA searchable library of ready-to-use regular expressions.
- HTML BeautifierBeautify or minify HTML markup.
Bulk Text Operations is one of 10 tools in Text & Code on Toolkit Hub, a free collection of browser-based utilities. It requires no account and no installation. Browse all tools.