VerbalExpressions/CSharpVerbalExpressions
None observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 71
- Release rhythm 42
- 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: 177
- days_push: 177
- n_releases_24m: 1
Adoption not part of the score
1175 stars · 102 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C# library that provides a fluent, chainable API for constructing regular expressions without writing raw regex syntax. It is part of the cross-language VerbalExpressions family.
Use cases
- build regex patterns without knowing regex syntax
- validate urls in csharp
- construct complex regular expressions fluently
- test whether a string matches a pattern
- make regex code more readable
When to choose
- you want readable, maintainable pattern matching code in .NET
- your team struggles with raw regex syntax
- you need simple to moderately complex matchers like url validation
When to avoid
- you need very advanced regex features like lookbehinds or backreferences
- you prefer raw regex for maximum performance or control
- you are not on the .NET platform
Facets
library · maturity stable
parser developer-tools developer-tools programming-languages dotnet cross-platform regex fluent-api verbal-expressions csharp nuget
1 source
- readme: https://github.com/VerbalExpressions/CSharpVerbalExpressions · fetched 2026-08-28 · 08a4f6fd6b72
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VerbalExpressions/CSharpVerbalExpressions | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="VerbalExpressions/CSharpVerbalExpressions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem