Text Processing
Quickly pad the left side of text
text-left-padderText Processing
Quickly swap pairs of adjacent letters in words
text-letter-swapperText Processing
Quickly reverse every paragraph in the given text
text-paragraph-reverserText Processing
Quickly align text to the right side
text-right-alignerText Processing
Quickly pad the right side of text
text-right-padderText Processing
Quickly reverse every sentence in the given text
text-sentence-reverserText Processing
Quickly extract a slice from text
text-slicerText Processing
Calculate similarity percentage between two texts using multiple algorithms including Cosine Similarity, Jaccard Similarity, and Levenshtein Distance
text-similarity-detectorText Processing
Highlight specific words, phrases, or patterns in text with custom formatting
text-highlighterText Processing
Join multiple text inputs with custom separators
text-joinerText Processing
Randomize text by shuffling lines, words, or characters
text-randomizerText Processing
Repeat text multiple times with customizable separators
text-repeat