<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.woodmann.com/collaborative/tools/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Collaborative RCE Tool Library - Regular Expression Tools (including sub-categories)</title>
		<link>http://www.woodmann.com/collaborative/tools/index.php/Special:FeedListing/Regular_Expression_Tools/feed?recursive=1&amp;feed_type=rss</link>
		<description>Update Notification Feed for Category: Regular Expression Tools (and its sub-categories)</description>
		<language>en</language>
		<generator>MediaWiki 1.11.2 via dELTA feed generator</generator>
		<lastBuildDate>Fri, 03 Sep 2010 09:52:14 GMT</lastBuildDate>
		<item>
			<title>Tool Updated: The Regex Coach</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/The_Regex_Coach</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Regular_Expression_Tools&quot;&gt;Regular Expression Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:String_Finders&quot;&gt;String Finders&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;0.9.2&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;January 2, 2008&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;The Regex Coach is a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. It has the following features:&lt;br /&gt;&lt;br /&gt;    * It shows whether a regular expression matches a particular target string.&lt;br /&gt;    * It can also show which parts of the target string correspond to captured register groups or to arbitrary parts of the regular expression.&lt;br /&gt;    * It can &amp;quot;walk&amp;quot; through the target string one match at a time.&lt;br /&gt;    * It can simulate Perl's split and s/// (substitution) operators.&lt;br /&gt;    * It tries to describe the regular expression in plain English.&lt;br /&gt;    * It can show a graphical representation of the regular expression's parse tree.&lt;br /&gt;    * It can single-step through the matching process as performed by the regex engine.&lt;br /&gt;    * Everything happens in &amp;quot;real time&amp;quot;, i.e. as soon as you make a change somewhere in the application all other parts are instantly updated.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 18 Jul 2009 22:37:01 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: PowerGREP</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/PowerGREP</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Data_Search_and_Extraction_Tools&quot;&gt;Data Search and Extraction Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Regular_Expression_Tools&quot;&gt;Regular Expression Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Source_Code_Search_Tools&quot;&gt;Source Code Search Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:String_Finders&quot;&gt;String Finders&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;3.5.2&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;March 11, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;PowerGREP is a very powerful Windows grep tool. Quickly search through large numbers of files on your PC or network, including text and binary files, compressed archives, MS Word documents, Excel spreadsheets and PDF files, etc. Find the information you want with powerful text patterns (regular expressions) specifying the form of what you want, instead of literal text. Search and replace with one or many regular expressions to comprehensively maintain web sites, source code, reports, etc. Extract statistics and knowledge from logs files and large data sets.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 18 Jul 2009 22:36:22 GMT</pubDate>								</item>
		<item>
			<title>Tool Updated: RegexBuddy</title>
			<link>http://www.woodmann.com/collaborative/tools/index.php/RegexBuddy</link>
			<description>&lt;P&gt;&lt;B&gt;Listed in categories:&lt;/B&gt;&amp;nbsp;&lt;I&gt;&lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:Regular_Expression_Tools&quot;&gt;Regular Expression Tools&lt;/a&gt;, &lt;a href=&quot;http://www.woodmann.com/collaborative/tools/index.php/Category:String_Finders&quot;&gt;String Finders&lt;/a&gt;&lt;/I&gt;&lt;/P&gt;&lt;p&gt;&lt;b&gt;Most recent version:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;3.3.0&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Most recent release date:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;April 8, 2009&lt;/i&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;From the website:&lt;br /&gt;&lt;br /&gt;&amp;quot;RegexBuddy is your perfect companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Quickly test any regex on sample strings and files, preventing mistakes on actual data. Debug without guesswork by stepping through the actual matching process. Use the regex with source code snippets automatically adjusted to the particulars of your programming language. Collect and document libraries of regular expressions for future reuse. GREP (search-and-replace) through files and folders. Integrate RegexBuddy with your favorite searching and editing tools for instant access&amp;quot;&lt;br /&gt;&lt;br /&gt;Note that the developer does not provide any trial or free download of this software. It merits inclusion in the RCE library because it is a very versatile regex builder and pseudo-debugger. For reversers without good regex knowledge this tool is invaluable; it allows point-and-click regex building, and will break a regex down to its individual parts for easier review.&lt;br /&gt;&lt;br /&gt;The developer previously released trial versions (version 2.x.x) of this software. These trial versions are perfectly usable and featured for RCE acitivities, therefore you may wish (and find it easier) to locate a 2.x.x trial version.&lt;/i&gt;
&lt;/p&gt;</description>
			<pubDate>Sat, 18 Jul 2009 22:35:13 GMT</pubDate>								</item>
	</channel>
</rss>