PCRE.NET - Perl Compatible Regular Expressions for .NET
-
Updated
Dec 18, 2025 - C#
A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for “find” or “find and replace” operations on strings, or for input validation.
Regular expression techniques are developed in theoretical computer science and formal language theory. They are used in search engines, in search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK, and in lexical analysis. Regular expressions are also supported in many programming languages.
Different syntaxes for writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax.
PCRE.NET - Perl Compatible Regular Expressions for .NET
SQL Eval Function | Dynamically Evaluate Expression in SQL Server using C# Syntax.
The original fluent regular expression builder for .NET
A File Renamer App featuring a difference display before and after the change.
Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
🍁 Compiler Compiler based on CSharp with GUI Program
C# command-line argument parsing library, supporting deserialization, commands and help text generation.
A fast C# DFA regular expression engine
Regular expression tools for .NET developers
Regular expressions in Dynamo Revit.
A regular expression code generator for C#
Windows application for renaming multiple files at once using regexp
MUlti-valued Regular Expressions
A creative way to Create regular expression patterns using readable API.
Wide variety of sample code snippets from the topics related to C#
RegexRenamer is a powerful but simple user-friendly graphical tool used to batch rename files using regular expressions. I added long file path support.
Regular Expressions (Regex) with C# .NET course is designed to provide hands-on experience with regular expressions through various exercises and projects
Tired of regex matching for URL paths? This library can help by providing a simple URL pattern parser and matcher.
Created by Stephen Cole Kleene
Released 1950