https://github.com/backendtea/regexer
Parsing and altering of regexes
https://github.com/backendtea/regexer
pcre php regex
Last synced: about 1 year ago
JSON representation
Parsing and altering of regexes
- Host: GitHub
- URL: https://github.com/backendtea/regexer
- Owner: BackEndTea
- Created: 2018-05-02T20:28:23.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T14:59:21.000Z (about 3 years ago)
- Last Synced: 2025-03-25T01:51:35.976Z (about 1 year ago)
- Topics: pcre, php, regex
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regexer
A regex parser written in PHP.
Regexer allows you to manipulate regex as an AST,
see the Examples dir on how this lib can be used.