2018-01-15 23:45:02 +01:00
|
|
|
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
|
2016-12-22 16:14:04 +01:00
|
|
|
|
|
|
|
WWW: https://github.com/kkos/oniguruma
|