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

VerbalExpressions/JSVerbalExpressions

JavaScript Regular expressions made easy observed · 2026-08-28

github.com/VerbalExpressions/JSVerbalExpressions · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 4793
  • days_rel: n/a
  • days_push: 757
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

12134 stars · 488 forks observed · 2026-08-28

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

JSVerbalExpressions is a JavaScript library that provides a fluent, chainable API for constructing regular expressions without writing raw regex syntax. It wraps JavaScript's RegExp object with readable methods like startOfLine(), then(), maybe(), and anythingBut().

Use cases

  • build regex patterns without memorizing regex syntax
  • validate URLs with readable code
  • construct complex match patterns programmatically
  • replace cryptic regex strings with chainable method calls
  • test whether strings match a pattern built step by step

When to choose

  • you find raw regular expressions hard to read or maintain
  • you want to build regexes dynamically in JavaScript or Node.js
  • your team prefers fluent, self-documenting pattern construction

When to avoid

  • you need maximum regex performance for hot paths
  • you need advanced regex features not exposed by the fluent API
  • you are working outside JavaScript/Node.js

Facets

library · maturity stable

parser developer-tools developer-tools programming-languages web-development browser regex regular-expressions fluent-api builder-pattern javascript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
VerbalExpressions/JSVerbalExpressionsmain23

For agents

markdown · JSON · MCP: product_card(name="VerbalExpressions/JSVerbalExpressions")

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