Text Processing
Wrap whole text, lines, or sentences with typographic quotes, nested quote pairs, and language-aware punctuation.
quote-wrapperText Processing
Encode, decode, visualize, and brute-force the Rail Fence transposition cipher. See the zigzag rail grid and try all rail counts to crack a ciphertext.
zigzag-railfence-textText Processing
Two-way Excel 365 dynamic-array workbench: expand LET/LAMBDA/MAP/SCAN/REDUCE/BYROW/BYCOL/MAKEARRAY formulas into an AST with step-traced evaluation (LET bindings, lambda first calls, intermediate matrices, optional A1-anchored sample data), and translate plain-English intents like "7-day rolling average" or "running total" into working LAMBDA/MAP/SCAN formulas.
excel-365-let-lambda-makearray-map-reduce-dynamic-array-formula-explainer-and-reverse-translatorText 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
Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/[api.md].
ascii-tree-from-indented-listText Processing
Score resume bullet points line-by-line: strong-verb matching (Implemented/Led/Owned vs Worked/Helped), quantified-metric detection (%/$/counts/time), length & repetition audit, industry buzzword blacklist (synergy/leverage/rockstar/ninja). Returns 0–100 per bullet with rewrite suggestions and synonym swaps.
resume-bullet-impact-meterText 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
Capitalize only the first letter of each sentence while preserving all other letters exactly as typed. Fixes sentence starts without disturbing acronyms, proper nouns, or intentional mixed-case.
capitalize-sentencesText Processing
Convert text to Sentence case: capitalize the first letter of each sentence and lowercase everything else. Auto-restores the standalone pronoun "I".
sentence-case-converterText Processing
Generate clean URL slugs from any text, with built-in Chinese-to-Pinyin conversion. Collapse separators, lowercase, and optional max-length word-aware truncation.
slug-generatorText Processing
Create a glitchy / corrupted look by replacing each letter with neighbouring broken Unicode glyphs — Cyrillic/Greek look-alikes, block elements (█▓▒░), geometric shapes — for a flat smashed data-corruption aesthetic. Intensity slider + optional seed for reproducible results.
glitch-textText Processing
Repeat text N times with a chosen separator — inline, new line, or a numbered countdown. The quick tool for chat spam, dramatic build-ups, and social-media effect.
text-repeater