Software:Oniguruma

From HandWiki
Oniguruma
Operating systemCross-platform
Typeregular expression library

Oniguruma (鬼車) is a free and open-source regular expression library that supports a variety of character encodings, written by K. Kosako. The Ruby programming language, in version 1.9, as well as PHP's multi-byte string module (since PHP5), use Oniguruma as their regular expression engine.[1] It is also used in products such as Atom,[2] EDK2 UEFI,[3] GyazMail, Take Command Console, Tera Term, TextMate, SubEthaEdit and jq.

As of April 26, 2025, development of Oniguruma was stopped and the project was archived.[4]

There used to be also a fork of Oniguruma called "Onigmo" (Oniguruma-mod) which includes some features introduced in Perl 5.10+.[5] Ruby switched to it in version 2.0[6] and features have been backported from Ruby to Onigmo. Take Command Console from version 20 to version 32 used to Onigmo.[7] Take Command switched back to Oniguruma in version 33 as Onigmo is no longer being updated.[8]

See also

References