Text and Lists
Sort lists, reverse, randomize; add text to lines; remove duplicates, whitespace, line breaks; count words, letters, lines; find and replace; case converter; comma or semicolon list/column conversion; replace spaces or newlines with delimiters.
-
Add Text to Each Line
Append constant or variable text to each line.
-
Case Converter
Convert case: uppercase, lowercase and more.
-
Column to Comma Separated List
Join lines into one comma-separated list for forms, SQL IN clauses, or tags.
-
Column to Semicolon Separated List
Join lines of text into a single semicolon-separated list.
-
Comma Separated List to Column
Split a comma-separated list into one value per line. Simple split—no CSV quoting rules.
-
Convert Spaces to Tabs
Convert the specified number of spaces to tabs.
-
Convert Tabs to Spaces
Convert tabs to the specified number of spaces.
-
Count Letters
Get the number of letters.
-
Count Lines
Get the number of lines.
-
Count Words
Get the number of words.
-
Filter Lines
Filter the lines of a list or text.
-
Find and Replace
Search and replace text.
-
List Randomizer
Arrange the items of a list in random order.
-
Remove Duplicate Lines
Delete repeated lines.
-
Remove Empty Lines
Delete blank lines.
-
Remove Extra Whitespaces
Remove unnecessary white spaces.
-
Remove Line Breaks
Remove incorrect line breaks.
-
Repeat Text
Repeat a text multiple times.
-
Replace New Lines with Commas
Replace line breaks with commas to get a single-line comma-separated list.
-
Replace Spaces with Commas
Replace every ASCII space character with a comma. Tabs and line breaks are left unchanged.
-
Replace Spaces with Semicolons
Replace every ASCII space character with a semicolon. Tabs and line breaks are left unchanged.
-
Reverse List
Sort a list in reverse order.
-
Semicolon Separated List to Column
Turn a semicolon-separated list into one item per line. Paste from spreadsheets or CSV exports.
-
Sort List
Sort a list in alphabetical order.