mirror of
https://github.com/cesanta/slre.git
synced 2024-11-17 00:45:30 +00:00
Hid unit test
This commit is contained in:
parent
8e47ab472e
commit
51a3279556
@ -10,8 +10,10 @@ expression syntax. Main features of SLRE are:
|
||||
* Provides [intuitive simple
|
||||
API](https://github.com/cesanta/slre/blob/master/slre.h)
|
||||
* Implements most useful subset of Perl regex syntax (see below)
|
||||
<!--
|
||||
* Production quality, extensively
|
||||
[unit-tested](https://github.com/cesanta/slre/blob/master/slre.c#L377)
|
||||
-->
|
||||
* Easily extensible. E.g. if one wants to introduce a new
|
||||
metacharacter `\i`, meaning "IPv4 address", it is easy to do so with SLRE.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user