regexp
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 36 public repositories matching this topic...
DFA regular expression library & friends
-
Updated
Mar 29, 2025 - C
Onigmo is a regular expressions library forked from Oniguruma.
-
Updated
Jun 15, 2024 - C
a fast samples-based log normalization library
-
Updated
Oct 15, 2023 - C
clex is a simple lexer generator
-
Updated
Dec 18, 2024 - C
A small implementation of regular expression matching engine in C
-
Updated
Jan 4, 2021 - C
non-backtracking NFA-based regular expression library, for C and Python
-
Updated
Oct 4, 2020 - C
Regular expressions based on Rob Pike Plan9 regexp9. Forked from https://github.com/attractivechaos/benchmarks/tree/master/reb/regexp9
-
Updated
Feb 5, 2022 - C
JavaScript正则 JavaScript regexp 移植MuJS中的正则,使用JavaScript,来实现JavaScript中的正则,RegExp in JavaScript,方便大家使用自己熟悉的语言调试
-
Updated
Nov 29, 2021 - C
SQLite Run-Time Loadable Extensions
-
Updated
May 9, 2023 - C
Fork dnsmasq and improve, such as regexp address.
-
Updated
Jul 4, 2022 - C
A simple and efficient regular expression implementation
-
Updated
Dec 22, 2024 - C
Regex Library for KOS (submodule for regcomp(3) & regexec(3))
-
Updated
Mar 6, 2025 - C