From: Fabian Streitel Date: 2009-09-19T04:17:05+09:00 Subject: Re: Newbie: Are Ruby regexp's a subset, superset, or equal to Perl's? --00504502cfc114f3e10473defa53 Content-Type: text/plain; charset=ISO-8859-1 you might want to look at oniguruma's pages: http://github.com/jasherai/oniguruma quote * Support for named groups, look-ahead, look-behind, and other cool features! * Support for other regexp syntaxes (Perl, Python, Java, etc.) == Lacking features compare with perl 5.8.0 * \N{name} * \l,\u,\L,\U, \X, \C * (?{code}) * (??{code}) * (?(condition)yes-pat|no-pat) * \Q...\E This is effective on ONIG_SYNTAX_PERL and ONIG_SYNTAX_JAVA. unquote Greetz! --00504502cfc114f3e10473defa53--