From aef7850f9309bc6974875654484fbae1b317a666 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 3 Aug 2013 20:00:56 +0100 Subject: [PATCH] Hid unit test --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f1df6ad..3bc2a2f 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ 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.