Click here to Skip to main content
15,881,882 members
Articles / General Programming / Regular Expressions

Reggie: A Non-Backtracking Streaming Regular Expression Code Generator

Rate me:
Please Sign up or sign in to vote.
5.00/5 (17 votes)
10 Nov 2021MIT16 min read 24.6K   148   18  
Embed fast streaming C# code to match text based on inputted regular expressions
Generate C# or T-SQL code to match regular expressions that uses non-backtracking matching over forward only streams. It is fast, network-capable, and easy to use.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions