regex

Tag

Cards List
#regex

what 262,715 regex questions on stack overflow haven't answered (part 2)

Lobsters Hottest · 22h ago Cached

A deep dive into the limitations of regex for parsing HTML, inspired by the famous Stack Overflow answer, discussing formal language theory and the power of industrial regex engines.

0 favorites 0 likes
#regex

Lies We Tell Ourselves About Email Addresses

Hacker News Top · yesterday Cached

A blog post debunking common misconceptions about validating email addresses, arguing against regex-based validation and advocating for simpler verification methods like sending a confirmation email.

0 favorites 0 likes
#regex

Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions

Hacker News Top · 2026-05-14 Cached

Nicholas Carlini's project implements a 2-ply minimax chess engine using 84,688 regular expressions, executed sequentially to play valid chess moves. The post explains the design of a regular expression computer that interprets instructions.

0 favorites 0 likes
#regex

what 262,715 regex questions on stack overflow haven't answered

Lobsters Hottest · 2026-05-13 Cached

The author analyzes 262,715 Stack Overflow questions to identify common regex pain points and demonstrates how their new regex engine, RE#, solves these issues using complement and intersection operations.

0 favorites 0 likes
#regex

TRE Python binding — ReDoS robustness demo

Simon Willison's Blog · 2026-05-04 Cached

A minimal Python ctypes binding to the TRE regex library demonstrates robust performance against ReDoS attacks, processing evil patterns on 10M-character inputs much faster than Python's re module.

0 favorites 0 likes
← Back to home

Submit Feedback