There's also
regexEvaluater written using Perl/Tk. This may not be exactly what you are looking for, but it will help you develop and capture regexes. Here's an excerpt from the web page:
regexEvaluater.pl helps users to write (perl) regular expressions for filtering text data. Especially the interactive testing (Tk-GUI) of regular expressions including the immediate visualization of the resulting output makes regexEvaluater.pl a helpful tool for daily use.
The program can be used in 5 different ways:
- Script generator: allows to write the current expression to a executable perl script
- Developing tool: pasting of data (from clipboard or selection (by middle mouse click)) into input area. Copying of the regular expression to the clipboard
- Filter program: modifies input by applying (stepwise) regular expressions
- Extracting tool: extracting useful information by writing the return values of regular expressions to a file
- Browser: browsing structured data by changing input separator
--
hiseldl
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|