diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-20 07:26:48 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-20 07:26:48 +0100 |
commit | 8309cf5867aabde511db492366cbbec39d45e0cb (patch) | |
tree | f456bb7bf59fb67a8d099eb4dca819e1c71a1d0e /README | |
parent | 2f7903e9688734698615db5889efa21ffaf59c4d (diff) | |
parent | 6c434f095b49a3c33c6e34f27f0bff906f162d85 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,4 +1,4 @@ -README 2017/08/25 +README 2018/01/14 Oniguruma ---- (C) K.Kosako @@ -9,9 +9,22 @@ FIXED Security Issues: CVE-2017-9227, CVE-2017-9228, CVE-2017-9229 --- -Oniguruma is a regular expressions library. -The characteristics of this library is that different character encoding -for every regular expression object can be specified. +Oniguruma is a modern and flexible regular expressions library. It +encompasses features from different regular expression implementations +that traditionally exist in different languages. It comes close to +being a complete superset of all regular expression features found +in other regular expression implementations. + +Its features include: +* Character encoding can be specified per regular expression object. +* Several regular expression types are supported: + * POSIX + * Grep + * GNU Regex + * Perl + * Java + * Ruby + * Emacs Supported character encodings: |