Tag: #regex
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Regex From Zero to Confident: Character Classes, Quantifiers, Anchors, Groups, Lookarounds, and ReDoS
If regular expressions have always looked like line noise, let this post fix that. We build up the pieces one at a time — character classes, quantifiers, anchors, groups, alternation, lookarounds — then cover greedy vers
2026-06-29 · 10 min read #regex#programming#fundamentalsRegular Expressions Complete Guide 2025: From Basics to Advanced Patterns and Real-World Applications
Everything about regex! Basic syntax (., , +, ?), groups and capturing, Lookahead/Lookbehind, greedy vs lazy matching, 30 practical patterns (email/URL/IP/phone), performance optimization (ReDoS prevention), and language
2026-03-23 · 15 min read #regex#regular-expression#pattern-matching#text-processing#validation