ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Regexmate Applications: Web applications</title> <style type="text/css" media="screen"> .content { margin: 0 auto; width: 640px; } /* menu */ /** menu system for horizontal and vertical menus. ** Layout: <OL><LI class="first"><A class="active"><SPAN>text</SPAN></A></LI></OL> ** List can be an OL or an UL ** The first LI element get's a class 'first' **/ .hor_menu , .vert_menu, .hor_menu li, .vert_menu li{ margin:0; } .hor_menu , .vert_menu{ list-style-type:none; padding:0; } .hor_menu { overflow:auto; clear:left; width:100%; } .hor_menu li { float:left; } .hor_menu a { text-align:center; } .hor_menu a, .vert_menu a { display:block; } .hor_menu a:focus, .vert_menu a:focus{ outline:0; } .hor_menu a:focus span, .vert_menu a:focus span{ outline:1px dotted invert; } /*customized*/ .hor_menu li { padding: 0 1em 0 0; } .active { font-weight:bold;} /*verder*/ .footer { text-align:center; margin-top:4em; font-size:75%; color:gray; } .footer a { color:gray; } </style> </head> <body> <div class="content"> <h1>Regexmate Applications: Web applications</h1> <ul class="hor_menu"><li><a href="/my/RegexMate/LinkThing/apps/macosx.htm">Mac OS X</a></li><li><a href="/my/RegexMate/LinkThing/apps/windows.htm">Windows</a></li><li><a href="/my/RegexMate/LinkThing/apps/webapp.htm" class="active">Web applications</a></li><li><a href="/my/RegexMate/LinkThing/apps/linux.htm">Linux</a></li></ul> <h2><a href="http://osteele.com/tools/reanimator/">reAnimator</a></h2><p>See the finite-state automaton that corresponds to your regular expression animate as it runs on an input string.</p><h2><a href="http://osteele.com/tools/rework/">reWork</a></h2><p>An online regular expression workbench, with code generation for JavaScript, PHP, Python, and Ruby.</p><h2><a href="http://erik.eae.net/playground/regexp/regexp.html">Erik's RegExp</a></h2><p>A neat, no-nonsense regular expression runner for javascript. Sports a nice help-overlay.</p><h2><a href="http://www.rexv.org/">RexV</a></h2><p>This site is a Regular Expression evaluator for three different regular expression systems: PHP PCRE, PHP Posix and Javascript. The site is written with the help of the so called AJAX technology.</p><h2><a href="http://www.nregex.com/nregex/default.aspx">Nregex</a></h2><p>This is an webapplication, performing .NET (c#) matches using ajax.</p> <p class="footer">&copy; 2008 <a href="http://www.catsdeep.com/">catsdeep</a> &ndash; <a href="http://del.icio.us/regexmate/webapp">delicious</a></p> </div> </body> </html>