From: Simon Strandgaard Date: 2004-03-17T13:04:32+09:00 Subject: Re: YAML tutorial On Wed, 17 Mar 2004 09:06:41 +0900, Matt Lawrence wrote: [snip] > And, a trivial question - what does "Oniguruma" mean in English? > Oniguruma is Ruby's new regular expression engine, which makes it possible to do advanced text searching. Until recently Ruby has used an regexp engine under GPL license, which put some restrictions on using Ruby in commercial products. This restriction is now gone with Oniguruma. -- Simon Strandgaard