From 51a3279556261fdab9708a67072ef90725023b1c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 3 Aug 2013 20:00:16 +0100 Subject: [PATCH] Hid unit test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b868bca..f1df6ad 100644 --- a/README.md +++ b/README.md @@ -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) + * Easily extensible. E.g. if one wants to introduce a new metacharacter `\i`, meaning "IPv4 address", it is easy to do so with SLRE.