On 2/5/06 8:15 PM, "alex wu" <[EMAIL PROTECTED]> wrote: > Ken, > > This is really great!!!! What a poweful regular expression of RR! I always > think that PERL has the most poweful regular expression. I need to learn more > about the regular expression of RR now. > > Thanks again for your help.
No problem, Alex! But keep in mind that the regular expressions that RR uses is very similar to those in Perl; it's just that it's done in a more "xTalk-friendly" way. In fact, the underlying regular expression library in RR is "PCRE" (Perl-Compatible Regular Expressions). You can get more information on exactly how to use it at: http://www.pcre.org/man.txt Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
