6 Repositories
PHP regex Libraries
Glob-like file and pattern matching utility.
Glob-like file and pattern matching utility.
🦉 human-readable regular expressions for PHP
RegExpBuilder integrates regular expressions into the programming language, thereby making them easy to read and maintain. Regular Expressions are created by using chained methods and variables such as arrays or strings.
A simple regex-based Markdown parser in PHP
Slimdown A simple regex-based Markdown parser in PHP. Supports the following elements (and can be extended via Slimdown::add_rule()): Headers Links Bo
A set of ready-made regex helper methods for use in your Laravel application.
Regex A set of ready-made regex helper methods for use in your Laravel application. Installation composer require hotmeteor/regex Usage Regex comes wi
Rules to detect game engines and other technologies based on Steam depot file lists
SteamDB File Detection Rule Sets This is a set of scripts that are used by SteamDB to make educated guesses about the engine(s) & technology used to b
A sane interface for php's built in preg_* functions
Making regex great again Php's built in preg_* functions require some odd patterns like passing variables by reference and treating false or null valu