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.

7 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
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...…

18 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.…

15 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.…

19 views ·
#ai#tmdb
NPOPOV

The true power of regular expressions (2012)

18 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 …

15 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...…

14 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 …

15 views ·
#marketing#analytics#googleanalytics