0a42c416b7
My apologies for the inconvenience. Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/
15 lines
544 B
Text
15 lines
544 B
Text
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.
|
|
|
|
2.x supports Ruby1.6/1.8
|
|
|
|
Author: K.Kosako <kosako@sofnec.co.jp>
|
|
WWW: http://www.geocities.jp/kosako3/oniguruma/
|