Text Processing
Sort lines, words, or characters alphabetically
text-sorterText Processing
Analyze text statistics (characters, words, lines)
text-statisticsText Processing
Trim text from beginning, end, or both sides
text-trimmerText Processing
Convert text to snake_case (lowercase with underscores)
text-snake-caseText Processing
Inspect text encoding, BOM, newline style and mojibake symptoms, then produce a scored local repair candidate.
text-encoding-forensics-and-repairText Processing
Run explainable local tokenization, sentence splitting, stopword, lemma, stem, entity and n-gram annotation with JSONL or CoNLL export.
text-nlp-annotation-workbenchText Processing
Wrap whole text, lines, or sentences with typographic quotes, nested quote pairs, and language-aware punctuation.
quote-wrapperText Processing
Run a portable text-cleaning recipe and inspect every step, diff, timing, and character change.
text-pipeline-builderText Processing
Compute MD5, SHA-1, SHA-256, SHA-512, and CRC-32 hashes of any text in one shot. Get both hex and Base64 digests over the UTF-8 encoding.
text-hash-generatorText Processing
Audit a document against a glossary/forbidden list for variants, case, abbreviation first-use, and optional AI contextual misuse
terminology-glossary-consistency-auditorText Processing
Render English text into multiple obfuscation variants at once: number substitution (SSIS→55i5), hacker leet, small caps (RINHEE→ʀɪɴʜᴇᴇ), superscript, subscript, fullwidth, negative bubble, and mixed random. For bypassing crude keyword filters, unique handles, or playful decoration.
text-obfuscatorText Processing
Pad text to a fixed width and align it left, right, center, or justified, with a chosen pad character.
text-pad