Ross ROSS = Recommend OSS · open-source software intelligence for agents

madisonmay/CommonRegex

A collection of common regular expressions bundled with an easy to use interface. observed · 2026-08-28

github.com/madisonmay/CommonRegex · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4642
  • days_rel: n/a
  • days_push: 1231
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1583 stars · 138 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library bundling common regular expressions for extracting entities like dates, times, emails, phone numbers, links, IP addresses, prices, and credit card numbers from text. It exposes a simple interface plus the underlying regex patterns for direct use.

Use cases

  • extract emails and phone numbers from text
  • find dates and times in a string
  • detect credit card numbers in user input
  • pull links and IP addresses from logs
  • redact PII like SSNs and emails from documents
  • parse street addresses and zip codes from free text

When to choose

  • you need quick, dependency-free extraction of common entities from English/US text
  • you want reusable regex patterns without writing them yourself

When to avoid

  • you need multilingual or non-US format support
  • you need high-accuracy NER rather than regex matching
  • you need actively maintained extraction with frequent updates

Facets

library · maturity maintenance

parser nlp developer-tools developer-tools text-editors python cross-platform regex text-extraction entity-extraction pii-detection natural-language-processing

2 sources

Member repositories

RepositoryRoleHealth v2
madisonmay/CommonRegexmain32

For agents

markdown · JSON · MCP: product_card(name="madisonmay/CommonRegex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem