From: Stephen Waits Date: 2005-10-26T02:26:00+09:00 Subject: Re: Looking for ruby's regexp syntax aurelianito wrote: > Hi, > I', looking everywhere and I can't find a summary of the ruby's regexp > syntax. I've googled for it and checked > http://www.ruby-doc.org/core/classes/Regexp.html without luck. I recalled the syntax being PCRE. Couldn't find anything to support that except this page: http://www.regular-expressions.info/ruby.html Anyway, if that is the case (someone else can verify?), you can find plenty of docs on "PCRE" via Google. --Steve PS. As a side note, does anyone know of a Free "RegexBuddy" clone? For Mac? That software looks really impressive!