7 packages tagged with “regular-expressions”
PCRE.NET is a .NET wrapper for the PCRE library. The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.
Utilities for working with regular expressions.
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string constructor (`T(string)`). See more docs at project page: https://github.com/sblom/RegExtract
High-performance regex engine supporting intersection and complement operations
A fluent interface for building regular expressions
.NET library for human-readable declaration of regular expressions without having to remember the regex syntax. Forked from YuriyGuts/regex-builder and updated for .NET 9.
A Roslyn-based analyzer that validates string literal assignments against RegularExpression attribute constraints at compile time.