Regular expression
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 44 public repositories matching this topic...
Simple Regex Language
-
Updated
Sep 2, 2022 - PHP
🦉 human-readable regular expressions
-
Updated
Aug 26, 2024 - PHP
A sane interface for php's built in preg_* functions
-
Updated
Dec 5, 2022 - PHP
Collection of Regex for validating, filtering, sanitizing and finding Persian strings
-
Updated
Jul 31, 2024 - PHP
[DISCONTINUED] Source code tokenizer
-
Updated
Feb 12, 2024 - PHP
Glob-like file and pattern matching utility.
-
Updated
Dec 6, 2024 - PHP
Single-Class string template engine for PHP5/7/8 supporting if/loops/filters
-
Updated
Jun 26, 2023 - PHP
PHP port of https://github.com/pillarjs/path-to-regexp
-
Updated
Dec 12, 2018 - PHP
A WordPress plugin that adds regular expression validation options to Gravity Forms' single line text input.
-
Updated
Nov 25, 2020 - PHP
🎓 BioNet / TCC / Sistemas de Informação
-
Updated
Jun 10, 2024 - PHP
A PHP class for extracting the URLs of RSS (1.0 and 2.0) and ATOM feeds associated to a page, as well as OPML outline documents.
-
Updated
Dec 19, 2021 - PHP
Build your regular expressions based on your texts.
-
Updated
Jan 1, 2019 - PHP
This PHP Library helps to validate your forms using regular expressions & validation rules.
-
Updated
Oct 5, 2022 - PHP
This library allows developers to execute preg_* functions in PHP and use the results as objects, making the use of preg_* functions testeable. PhpSimpleRegex is integrated with PhpVerbalExpressions and Flux, to allow a full Object Oriented Regular Expressions use.
-
Updated
Jul 21, 2017 - PHP
A fluent php api for regular expressions.
-
Updated
Mar 2, 2017 - PHP
QuEasy PHP Framework - Configuration
-
Updated
Jul 18, 2024 - PHP