0ef152d518
PR: ports/88505 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
13 lines
518 B
Text
13 lines
518 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.
|
|
|
|
Author: K.Kosako <kosako@sofnec.co.jp>
|
|
WWW: http://www.geocities.jp/kosako3/oniguruma/
|