Craig wrote: >I have > worked with the "Filter" command (very cool) and its "special characters", as > they > are called in the docs. Same deal? [with RegEx] >
Wild cards used in the Filter command are not the same thing as RegEx. Basically, the RegEx engine in Rev is the same as the industry standard PCRE ( Perl Compatible Regular Expressions http://en.wikipedia.org/wiki/Pcre) that is used by BBEdit, and documented on many websites, such as http://www.regular-expressions.info/tutorial.html It can get pretty intricate and complicated, but it is fun to solve the puzzles. Hope this helps. Jim Ault Las Vegas On 2/4/09 3:49 PM, "[email protected]" <[email protected]> wrote: > > In a message dated 2/4/09 6:39:11 PM, [email protected] > writes: > > >> and click on the regular expressions link (if you >> have a version where this link works). You don't need the additional >> ampersands in your example. "[a-z]" will do (or "[a-zA-Z0-9"]). >> > > Mark. > > All I get with that link is a list of synonyms and a definition. I have > worked with the "Filter" command (very cool) and its "special characters", as > they > are called in the docs. Same deal? > > Thanks, > > Craig > > > ************** > Great Deals on Dell Laptops. Starting at $499. > (http://pr.atwola.com/promoclk/100000075x1217883258x1201191827/aol?redir=http: > //ad.doublec > lick.net/clk;211531132;33070124;e) > _______________________________________________ > 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 _______________________________________________ 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
