RegExtract NuGet Package

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.




Got any RegExtract Question?





Info

Version: 2.3.0
Author(s): Scott Blomquist
Last Update: Saturday, December 23, 2023
.NET Fiddle: Online Example
Project Url: https://github.com/sblom/RegExtract
NuGet Url: https://www.nuget.org/packages/RegExtract


Install
Install-Package RegExtract
dotnet add package RegExtract
paket add RegExtract
RegExtract Download (Unzip the "nupkg" after downloading)

.NETFramework 4.0 .NETStandard 2.0
  • No dependencies.
netstandard2.1
  • No dependencies.


Tags



STATS

must-have-score

1.8

avg-downloads-per-day

40

days-since-last-release

97