VerbalExpressions/JavaVerbalExpressions
Java regular expressions made easy. 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
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
- readme: https://github.com/VerbalExpressions/JavaVerbalExpressions · fetched 2026-08-28 · d3e2aac34f44
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VerbalExpressions/JavaVerbalExpressions | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="VerbalExpressions/JavaVerbalExpressions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem