Stripping Emoji from a String(brettterpstra.com) I often need to strip emoji from strings to prevent them from messing up other handling. I’ve been compiling regular expressions and I think I finally have all the bases covered.
Regular Expressions which query an Oracle(arxiv.org) SMORE (Chen et al., 2023) recently proposed the concept of semantic regular expressions that extend the classical formalism with a primitive to query external oracles such as databases and large language models (LLMs).
S/Sed/Ed(aartaka.me) This post starts with holding a grudge: Posix regular expressions are extremely hard to get wrong? Uh... Have you really written any? Sounds like you might not really know either Posix or PCRE. u/bigmell in reply to 5 (Wrong) Regex To Parse Parentheses
HTTP: , FTP:, and Dict:?(shkspr.mobi) I went for a spelunk0 through an ancient codebase a few weeks ago which contained a curious regex that I just couldn't grok1.