Uppercase - converts all characters to upper case ↑
Title Case - capitalizes every first character of word ↑
Lowercase - converts all characters to lower case ↑
Count characters - counts all characters in text ↑
Count words - counts words in text ↑
Count lines - counts new lines in text ↑
Rotate 13 - Moves each character with 13 positions forward in the ASCII table ↑
Sort lines alpha - Sorts text lines alphabetically ↑
Sort lines alpha (case insensitive) - Sorts text lines alphabetically ignore case↑
Word frequency - How many times each word is used ↑
Character frequency - How many times each character is used ↑
Column from table - Allows you to get text column from HTML table. Copy and paste the table content in the text field and type the column number you want to extract then press Start ↑
Trim lines - Removes whitespace from beginning and end of lines ↑
Trim lines start - Removes whitespace from start of lines ↑
Trim lines end - Removes whitespace from end of lines ↑
Replace text with new line - Replaces string with new line ↑
Replace text - Replaces one string with another ↑
Format JSON - Pretty format JSON string ↑
URLEncode - Encode string as URL safe string ↑
URLDecode - Decode URL safe string as regular string ↑
base64encode - Encode text as base64 ↑
base64decode - Decode base64 sting ↑
Add line numbers - Add line number before every line of text ↑
Split text - Splits text by separator ↑
Reverse text - Reverses text ↑
Generate numbers - Generates numbers withing the provided range ↑
Unix to date - Converts UNIX timestamp to Datetime string ↑
Identify Hash - Try to identify hash string ↑
Prefix/Suffix lines - Adds prefix and/or suffix to each line of the text ↑
Format Numbers - Format numbers according to the current browser locale ↑
Underscore - adds underscore to the text ↑
Strikeout - strikes out the text ↑
Shuffle - Shuffle the lines of the text ↑
Shuffle - Shuffle the lines of the text ↑
Remove duplicate lines - Removes duplicate lines from the text ↑
Remove empty lines - Removes empty lines from the text ↑