tiny-regex-c
Regex library
A small regex implementation in C with a focus on portability and performance.
Small portable regex in C
1k stars
41 watching
175 forks
Language: C
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
khchen/tinyre | A lightweight regex library for the Nim programming language | 38 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 27 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
disarray2077/tinyregex | Small regex implementation in BeefLang for searching and manipulating strings | 1 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
k-takata/onigmo | A C-based regular expression library designed to support new expressions and compatible with various platforms. | 625 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 188 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
sharplet/regex | A Swift library that provides an expressive and flexible regular expression type | 612 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 141 |
laurikari/tre | A lightweight POSIX compliant regexp matching library with approximate matching capabilities | 811 |
cesanta/slre | A lightweight C/C++ regular expression engine optimized for performance and compactness. | 535 |