2026-03-17 21:42:03
from my link log —
All longest regex matches in linear time is possible.
https://iev.ee/blog/all-longest-regex-matches-in-linear-time/
saved 2026-03-17
from my link log —
All longest regex matches in linear time is possible.
https://iev.ee/blog/all-longest-regex-matches-in-linear-time/
saved 2026-03-17
Like global search and replace but don’t like surprises?
Check out serpl – a handy little command-line app that gives you a visual preview of the changes you are about to make. You can even go in and remove the replacements you don’t want from the source previews. The regex support appears to be basic, however (I couldn’t get a negative lookbehind to work).
Has anybody reading this worked on Google’s RE2 C regex library? I have an amusement for you if so.
KI generierter Code macht ja den Menschen nicht nur dümmer. Ich brauchte heute ein Tool um aus Config-Dateien sensible Informationen zu maskieren. U.a. auch Domains. Hatte erwartet, dass da ein paar RegEx's eingebaut werden. Stattdessen kam Codex mit https://publicsuffix.org/ um die Ecke. Kannte ich nicht. War d…
from my link log —
What 127.5 million forms can tell you about the state of front-end regex input validation on the Web.
https://amandastjerna.se/blog/127-million-forms/
saved 2026-03-02
KI generierter Code macht ja den Menschen nicht nur dümmer. Ich brauchte heute ein Tool um aus Config-Dateien sensible Informationen zu maskieren. U.a. auch Domains. Hatte erwartet, dass da ein paar RegEx's eingebaut werden. Stattdessen kam Codex mit https://publicsuffix.org/ um die Ecke. Kannte ich nicht. War d…