Text Processing
Quickly reverse every word in the given text
text-word-reverserText Processing
Quickly swap pairs of adjacent words in text
text-word-swapperText Processing
Calculate similarity percentage between two texts using multiple algorithms including Cosine Similarity, Jaccard Similarity, and Levenshtein Distance
text-similarity-detectorText Processing
Randomize text by shuffling lines, words, or characters
text-randomizerText Processing
Repeat text multiple times with customizable separators
text-repeatText Processing
Split text by custom delimiters, characters, or patterns
text-splitterText Processing
Fill text templates with variables and data using various template formats
text-templateText Processing
Analyze word frequency and character distribution in text
text-word-frequencyText Processing
Wrap text to specific line lengths with customizable options
text-wrapText Processing
Remove specific characters, words, or patterns from text
text-removerText Processing
Replace text using custom patterns
text-replacerText Processing
Reverse characters, words, or lines in text
text-reverser