Text 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-slicerData Processing
Filter CSV data by column values with multiple conditions and operators. Supports 12 filter operators including equals, contains, greater_than, less_than, and empty value checks. Additional Filters examples: [{"column": "age", "operator": "greater_than", "value": "25"}] [{"column": "status", "operator": "equals", "value": "active"}, {"column": "score", "operator": "greater_equal", "value": "80"}] [{"column": "name", "operator": "contains", "value": "john"}, {"column": "email", "operator": "is_not_empty"}]
csv-filterMath & Numbers
Convert between Arabic numbers and Roman numerals with validation and detailed results
roman-numeral-converterUtilities
Comprehensive analysis of text files including statistics, encoding, line counts, and content patterns
text-file-analyzerUtilities
Find and replace text in files with support for regex, multiple patterns, and backup creation
text-file-replacerUtilities
Search for text patterns in files with advanced options (regex, case-sensitive, whole word, etc.)
text-file-searcherText Processing
Calculate similarity percentage between two texts using multiple algorithms including Cosine Similarity, Jaccard Similarity, and Levenshtein Distance
text-similarity-detector