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

VerbalExpressions/JavaVerbalExpressions

Java regular expressions made easy. observed · 2026-08-28

github.com/VerbalExpressions/JavaVerbalExpressions · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 95
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4787
  • days_rel: n/a
  • days_push: 32
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2618 stars · 242 forks observed · 2026-08-28

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

A Java library providing a fluent builder API for constructing regular expressions in readable, chainable code instead of raw regex strings. It is part of the VerbalExpressions family ported from JSVerbalExpressions and published on Maven Central.

Use cases

  • build regexes without writing regex syntax
  • construct readable regular expressions in Java
  • match and extract text with a fluent API
  • validate URLs with regex in Java
  • compose reusable regex fragments with captures

When to choose

  • you find raw regex hard to read or maintain
  • you want type-safe, chainable regex construction in Java
  • you need to build regexes programmatically from parts

When to avoid

  • you need regex features beyond the builder's supported subset
  • maximum regex performance with hand-tuned patterns is critical
  • you are not on the JVM

Facets

library · maturity stable

parser developer-tools developer-tools programming-languages parsers jvm cross-platform regex fluent-api builder-pattern text-processing java

1 source

Member repositories

RepositoryRoleHealth v2
VerbalExpressions/JavaVerbalExpressionsmain66

For agents

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

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