
Hacker News: Front Page
shared a link post in group #Stream of Goodies

sethmlarson.dev
Regex character “$” doesn't mean “end-of-string”
This article is about a bit of surprising behavior I recently discovered using Python's regex module (re) while developing SBOM tooling for CPython. Folks who've worked with regular expressions be...