WeSearch
Hub / Tags / Regex
TAG · #REGEX

Regex coverage.

Every story in the WeSearch catalog tagged with #regex, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

8 stories tagged with #regex, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Regex"

RELATED TAGS
#programming2#ai2#grep1#history1#html1#tmdb1#promptengineering1#dataanalysis1#zig1#data-extraction1#nlp1#python1
GITHUB

Overllm – flags where you're paying an LLM to do a regex's job

Catch the LLM/AI calls you didn't need. A fast, deterministic linter that flags LLM API calls where plain code is simpler, cheaper, and more reliable. Your GPT call is a regex.…

37 views ·
#overllm#flags#where
DEV.TO (TOP)

I spent a week on regex before realizing AI agent was the answer for data extraction

I spent a week on regex before realizing AI agent was the answer for data extraction A couple of...…

31 views ·
#ai#data extraction#nlp
GITHUB

mvzr: Minimum Viable Zig Regex

Minimum Viable Zig Regex. Contribute to mnemnion/mvzr development by creating an account on GitHub.…

27 views ·
#zig#programming
DEV.TO (TOP)

AI + TMDB: 3 Passes to Match Torrent Posters — Prompt Iteration With Real Numbers

How to build a 3-pass AI pipeline to match torrent names to TMDB posters. Measured iteration on 290 real entries: from 72 false positives to 9, with exact prompts and results.…

28 views ·
#ai#tmdb
NPOPOV

The true power of regular expressions (2012)

27 views ·
#programming#html
HACKER NEWS (NEWEST)

What does grep stand for, and the 75 year history of the regular expression

grep is short for g/re/p — the ed command syntax for global regular expression print. Regular expressions themselves go back to a 1951 RAND memo by Stephen Kleene. The thirty-year …

23 views ·
#grep#history
DEV.TO (TOP)

Stop Guessing Your Regex — Test It Live in the Browser

Regular expressions are one of those things every developer knows they need but nobody enjoys writing...…

21 views ·
#webdev#programming#javascript
DEV.TO (TOP)

What goes into utm_medium for Meta Ads — the GA4 regex that decides Paid Social vs Organic Social

GA4's Paid Social classification uses one regex on utm_medium: ^(.*cp.*|ppc|retargeting|paid.*)$. Putting `social` there causes your paid ad clicks to be logged as organic. Here's …

29 views ·
#marketing#analytics#googleanalytics