regex
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.
Here are 174 public repositories matching this topic...
A regex-based programming language.
-
Updated
Apr 16, 2023 - C#
PCRE.NET - Perl Compatible Regular Expressions for .NET
-
Updated
Feb 9, 2025 - C#
Search, replace, rename and delete directories, files and its content using the power of .NET regular expressions.
-
Updated
Jan 29, 2025 - C#
C#公用类库,包���了Redis,Memcached,Json,Xml,ADO.NET数据库操作兼容以下数据库(SQLSERVER,MYSQL,ORACLE,达梦,SQLITE,ACCESS,OLEDB,ODBC等数十种数据库),正则表达式,QueryableX(ORM)和EF无缝对接,FTP,网络日志,调度器(作业),网络库(SocketServer,WebSocketServer,SocketClient,WebSocketClient),IO操作,加密算法(AES,DES,DES3,MD5,RSA,RC4,SHA等常用加密算法),超级好用的配置管理器,应用池,类型转换等功能。
-
Updated
Jan 25, 2025 - C#
.NetCore常用工具库(常用正则表达式、日期时间常用方法、XML快速遍历、动态扩展对象、图片验证码生成、阿里/腾讯短信发送、发送邮件、Json配置文件解析、加密解密、OSS文件上传等,持续继承中...)
-
Updated
Aug 18, 2024 - C#
SoftUni- Software Engineering
-
Updated
Dec 7, 2022 - C#
The original fluent regular expression builder for .NET
-
Updated
Apr 14, 2023 - C#
A File Renamer App featuring a difference display before and after the change.
-
Updated
Jan 8, 2025 - C#
An extensible, GUI-based file search and processing tool for Windows written in C# and WPF, with out-of-the-box functionality similar to grepWin and dnGrep
-
Updated
Jun 22, 2022 - C#
Open Source Database Manager Made in WinForms that copies CastleDB's UI structure. It also has unique features for the purpose of further automating database management.
-
Updated
Apr 5, 2024 - C#
Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
-
Updated
Jun 7, 2023 - C#
A .NET Standard 2.1+ Library to perform string parsing operations on Streams and StreamReaders. Includes Extensions for Regex.
-
Updated
Jun 10, 2024 - C#
Cross-platform regex file searching tool in .NET 5
-
Updated
Sep 3, 2024 - C#
-
Updated
Jan 29, 2020 - C#
.NET Bindings to the Rust Regex Crate
-
Updated
Mar 19, 2025 - C#