ÿþ<!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: Windows</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: Windows</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" class="active">Windows</a></li><li><a href="/my/RegexMate/LinkThing/apps/webapp.htm">Web applications</a></li><li><a href="/my/RegexMate/LinkThing/apps/linux.htm">Linux</a></li></ul> <h2><a href="http://www.ultrapico.com/Expresso.htm">Expresso</a></h2><p>Ultrapico is excited to announce Expresso 3.0, a major enhancement to the the award winning regular expression development tool. All of the features of Expresso 2.1 are preserved, but with major improvements to the user interface, the Builder and the Anal</p><h2><a href="http://tools.osherove.com/Default.aspx?tabid=182">Regulazy</a></h2><p>Regulazy is a visual Regex Creation tool for beginners.</p><p>It contains an easy &quot;point and click&quot; user interface, and allows creating regular expressions for simple searches almost instantly without requiring Regex syntax knowledge from the end user!</p><h2><a href="http://tools.osherove.com/CoolTools/TheRegulator/tabid/185/Default.aspx">The Regulator</a></h2><p>The Regulator is an advanced, free regular expressions testing and learning tool written by Roy Osherove. It allows you to build and verify a regular expression against any text input, file or web, and displays matching, splitting or replacement results w</p><h2><a href="http://www.regexbuddy.com/">RegexBuddy</a></h2><p>A very complete windows tool.</p><h2><a href="http://renschler.net/RegexBuilder/">RegexBuilder</a></h2><p>This is a simpel regular expression builder written in c#. It's targetting .NET framework 2.0 and is open source.</p> <p class="footer">&copy; 2008 <a href="http://www.catsdeep.com/">catsdeep</a> &ndash; <a href="http://del.icio.us/regexmate/windows">delicious</a></p> </div> </body> </html>