A regex survival kit for non-programmers
The eight patterns that handle 90% of real-world text wrangling.
The eight patterns that handle 90% of real-world text wrangling.
Regular expressions look hostile and they are — but the small subset that matters fits on an index card.
Anchors, character classes, quantifiers, groups, alternation, and a handful of escapes. Learn those six tools well and you'll never need to install a parser for a one-off cleanup again.
Regex is a five-minute conversation with a slightly hostile genie.
Here is the part that turns theory into a habit:
Every tool on this site runs in your browser unless we say otherwise. That changes the trade-offs: nothing to upload, nothing to retain, nothing to leak. The downside is a small ceiling on file size and a dependency on your device's CPU — both acceptable for most editorial workflows.
Don't memorise regex — bookmark it.
A hand-picked walkthrough from a trusted creator — press play to watch it right here without leaving the article.
From PDF to DOCX, from WebP to HEIC — a practical guide explaining when to use each format and how to pick the right one for the job.
Real‑world tactics for compressing heavy PDFs — from re‑encoding images to cleaning embedded fonts and stripping metadata.
A side‑by‑side benchmark of WebP and JPG across photography, graphics and the open web — including the cases where WebP is the wrong choice.