Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimperator/T-Rex
T-Rex is a minimalistic regular expression library written by Alberto Demichelis in ANSI C, supports the following POSIX expressions: ?,*,+,^,$,.,[a-b],() plus the perl style greedy closures {n} . It can be conditionally compiled to support 8-bits or 16-bits character strings.
https://github.com/kimperator/T-Rex
Last synced: 3 months ago
JSON representation
T-Rex is a minimalistic regular expression library written by Alberto Demichelis in ANSI C, supports the following POSIX expressions: ?,*,+,^,$,.,[a-b],() plus the perl style greedy closures {n} . It can be conditionally compiled to support 8-bits or 16-bits character strings.
- Host: GitHub
- URL: https://github.com/kimperator/T-Rex
- Owner: kimperator
- Created: 2011-04-20T17:02:35.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T14:26:36.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:08:05.149Z (almost 2 years ago)
- Language: C
- Homepage: http://tiny-rex.sourceforge.net/
- Size: 141 KB
- Stars: 25
- Watchers: 5
- Forks: 15
- Open Issues: 1
Awesome Lists containing this project
- AwesomeCompiler - T-Rex