<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/7/4/9/3/4/5/rex_512_ch9.png</url>
		<title>Channel 9 - Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<link></link>
	</image>
	<description> Margus Veanes, a Researcher from the&amp;nbsp;RiSE group at Microsoft Research,&amp;nbsp;gives an overview of Rex, a tool that generates matching string from .NET regular expressions. Rex turns regular expressions into symbolic automatons, then gives them to a constraint solver to find matching strings. Try Rex in your web browser at http://rise4fun.com/rex !Download Rex&amp;nbsp;and play with it! The&amp;nbsp;Research in Software Engineering team (RiSE) coordinates Microsoft&#39;s research in Software Engineering in Redmond, USA. </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 06:22:01 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 06:22:01 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<description>
			<![CDATA[
<p>Nice, maybe this will find its way into a Microsoft fuzzing toolkit soon? </p>
<p>posted by Jason Fossen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634069696900000000</link>
		<pubDate>Thu, 15 Apr 2010 23:08:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634069696900000000</guid>
		<dc:creator>Jason Fossen</dc:creator>
	</item>
	<item>
		<title>Re: Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<description>
			<![CDATA[
<p>Meanwhile, don't hesitate to download it and try it. Rex is a simple command line tool but you can also use the API to drive the Regex generation.</p>
<p>posted by peli</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634069882800000000</link>
		<pubDate>Fri, 16 Apr 2010 04:18:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634069882800000000</guid>
		<dc:creator>peli</dc:creator>
	</item>
	<item>
		<title>Re: Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<description>
			<![CDATA[
<p>rex looks really cool <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> </p>
<p>i wonder how well it plays with Pex.. what would be nice is if you not only could generate regexp matches but also check if a string matches a specified regexp. RegExp.Match and pex doesnt seem to get along that well (atleast last time i tried) but rex seems
 like it would do better</p>
<p>posted by aL_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634070056670000000</link>
		<pubDate>Fri, 16 Apr 2010 09:07:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634070056670000000</guid>
		<dc:creator>aL_</dc:creator>
	</item>
	<item>
		<title>Re: Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<description>
			<![CDATA[
<p>Integration with Pex is definitely something we want to investigate in the future.</p>
<p>posted by peli</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634070080110000000</link>
		<pubDate>Fri, 16 Apr 2010 09:46:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634070080110000000</guid>
		<dc:creator>peli</dc:creator>
	</item>
	<item>
		<title>Re: Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<description>
			<![CDATA[
<p>Rex error: The following constructs are currently not supported: anchors \G, \b,</p>
<p>&nbsp;\B, named groups, lookahead, lookbehind, as-few-times-as-possible quantifiers,</p>
<p>backreferences, conditional alternation, substitution</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by DarkWalker</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634071293750000000</link>
		<pubDate>Sat, 17 Apr 2010 19:29:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634071293750000000</guid>
		<dc:creator>DarkWalker</dc:creator>
	</item>
	<item>
		<title>Re: Margus Veanes - Rex - Symbolic Regular Expression Exploration</title>
		<description>
			<![CDATA[
<p>The constructs that are currenly not supported have an operational meaning that&nbsp;is&nbsp;much more expressive than regular expressions, and&nbsp;algorithimically pose a challenge when it comes to
<em>generation</em> of matching strings. Some of the contructs are future-work and will hopefully be supported in future releases though <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> .
</p>
<p>posted by margus</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634073000240000000</link>
		<pubDate>Mon, 19 Apr 2010 18:53:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/Margus-Veanes-Rex-Symbolic-Regular-Expression-Exploration#c634073000240000000</guid>
		<dc:creator>margus</dc:creator>
	</item>
</channel>
</rss>