regular-expressions
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 27 public repositories matching this topic...
An R interface to the Onigmo regular expression library
-
Updated
Aug 26, 2024 - C
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
-
Updated
Jan 20, 2021 - C
Best Utility (grep) - IOCCC 1993 Winner
-
Updated
Jun 25, 2023 - C
Lex implementing all features described in Dragon Book
-
Updated
Jul 29, 2018 - C
thompson constructor.
-
Updated
Jan 4, 2021 - C
MBU Regex engine is an open source regex engine made in C
-
Updated
Dec 10, 2022 - C
RexxRE provides a Rexx interface to POSIX regular expressions.
-
Updated
Jun 26, 2022 - C
Assigments on System Software
-
Updated
Aug 8, 2024 - C
Automatic Generator of Regular Expressions.
-
Updated
Apr 24, 2019 - C
simple data structures for C
-
Updated
Jul 3, 2017 - C
Validating regular expression (limited func, only '+', '*' and '.')
-
Updated
Feb 24, 2022 - C
A mini regular expression engine written in C.
-
Updated
May 9, 2021 - C
This repository contains work material for the course: CST8152 - Compilers
-
Updated
May 10, 2021 - C
Perl style regex matching for Bash
-
Updated
Jan 11, 2018 - C
Tree-sitter grammar for JavaScript regular expressions (without the Unicode flag)
-
Updated
Feb 5, 2022 - C
This is my own implementation of a Regular Expression engine in C based off of this video by Low Byte Productions
-
Updated
Jul 6, 2024 - C
A C library for regular expressions, built from scratch to handle basic pattern matching
-
Updated
Aug 22, 2024 - C