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.