14 lines
530 B
Plaintext
14 lines
530 B
Plaintext
Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
|
|
which implements all of Perl extensions, many of .NET extensions plus
|
|
more.
|
|
|
|
It provides multiple APIs for ease of use; GNU regex compatible API,
|
|
POSIX regex compatible API and its own.
|
|
|
|
This library is multilingualized by design and can have one encoding
|
|
for each regex object. Currently supported character encodings are
|
|
ASCII, UTF-8, EUC-JP and Shift_JIS.
|
|
|
|
Author: K.Kosako <kosako@sofnec.co.jp>
|
|
WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/
|