Onigmo
Regex library
A C-based regular expression library designed to support new expressions and compatible with various platforms.
Onigmo is a regular expressions library forked from Oniguruma.
626 stars
34 watching
94 forks
Language: C
last commit: 5 months ago
Linked from 2 awesome lists
cregexregexpregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
kokke/tiny-regex-c | A small regex implementation in C with a focus on portability and performance. | 1,236 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 25 |
khchen/tinyre | A lightweight regex library for the Nim programming language | 38 |
tc39/proposal-regexp-modifiers | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 44 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 227 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 185 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |