Oniguruma
Original author(s) | K. Kosako |
---|---|
Initial release | February 25, 2002 |
Stable release |
5.9.6
/ December 12, 2014 |
Written in | C |
Operating system | Cross-platform |
Type | regular expression library |
License | BSD license |
Website |
github |
Oniguruma (鬼車) by K. Kosako is a BSD licensed regular expression library that supports a variety of character encodings. 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] Take Command Console, Tera Term, TextMate, Sublime Text and SubEthaEdit. Oniguruma is Japanese for "Oni's Chariot".
There is also a forked Oniguruma version called "Onigmo" (Oniguruma-mod) which includes some features introduced in Perl 5.10+.[3] Ruby since version 2.0 has also switched to it[4] and features have been backported from ruby to Onigmo.
See also
- Comparison of regular expression engines
- List of regular expression software
References
- ↑ "【PHPウォッチ】第6回 PHP5 RC1にPHP4互換モード追加,PHP4.3.5では約140件のバグ修正". IT Pro. Retrieved 2008-02-23.
- ↑ "Atom Developer Blog: The Nucleus of Atom".
- ↑ "k-takata / Onigmo - Github". Retrieved 2013-06-13.
- ↑ "Merge Onigmo to ruby 2.0".
External links
This article is issued from Wikipedia - version of the 4/8/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.