RegExtract
Data Extractor
A tool that enables easy and efficient data extraction from text using regular expressions in C#.
Clean & simple idiomatic C# RegEx-based line parser that emits strongly typed results.
697 stars
8 watching
19 forks
Language: C#
last commit: 9 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
keydet89/regripper3.0 | A tool designed to extract and analyze data from Windows registry files | 557 |
simsong/bulk_extractor | Extracts structured information from digital data without parsing file systems | 1,115 |
eset-la/lord-of-the-strings | A tool to extract and classify relevant strings from binary files | 9 |
michaelsl/blazor-wasm-test-012020 | A Blazor application that allows testing regular expressions in a browser environment hosted on GCP Cloud Run | 4 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
fsprojects/fsharp.text.regexprovider | A type provider for regular expressions. | 74 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
brainmaestro/eslint-plugin-optimize-regex | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
taw/imba-regexp-explorer | A tool to interactively explore and test regular expressions in the Imba programming language | 2 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |