M. Bitner wrote: > I don't know of any places that have exercises but something that > might be helpful is a regex evaluator (there's a nice one for the > Eclipse framework called QuickREx). It lets you compare your regex > against sample text and will tell you if it matches or not. I learned > regexs by writing Perl parses of text files and having a regex > evaluator sped things up immensely.
Another nice tool in the same vein is Kodos. Kodos is a standalone Python/Qt app. It recognizes Python regular expressions, which are a slight extensionn of Perl 5 regexps. It might be in your distribution. (It's in Ubuntu and Gentoo.) Or get the source here. Also see the screenshots there. http://kodos.sourceforge.net/ "I, for one, welcome our deterministic finite automata overlords." -- Bob Miller K<bob> [EMAIL PROTECTED] _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
