14 lines
505 B
Text
14 lines
505 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
|
|
|
|
WWW: http://www.geocities.jp/kosako3/oniguruma/
|