Text Processing
Clean and sanitize filenames by removing illegal characters for Windows, Linux, and Mac
filename-sanitizerText Processing
Remove all non-alphanumeric special characters from text with flexible preservation options
non-alphanumeric-cleanerText Processing
Remove all empty lines from text (lines with no content)
empty-line-removerText Processing
Replace consecutive spaces/tabs with single space and trim line start/end whitespace
whitespace-normalizerText Processing
Extract dates from text in multiple formats including Chinese, ISO, and US formats with detailed analysis and summary
date-extractorText Processing
Remove HTML tags from code and extract clean text content
new-html-tag-stripperText Processing
Automatically detect and mask sensitive information like phone numbers, emails, ID cards, and bank cards in text
sensitive-data-maskerText Processing
Extract all Unicode emoji from text, or optionally remove emojis
emoji-extractorText Processing
Extract hashtags (#Topic) and user mentions (@Username) from social media text like Twitter, Instagram, etc.
hashtag-mention-extractorText Processing
Extract image URLs (src attributes) from HTML source code. Supports lazy-loaded images and srcset attributes.
image-source-extractorText Processing
Extract IPv4 and IPv6 addresses from log files, server logs, network traces, or any text content
ip-address-extractorText Processing
Find, format and normalize phone numbers within text content
text-phone-normalizer