<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Validating Chromosome Entered is Correct</title>
	<atom:link href="http://manuelcorpas.com/2009/09/10/validating-chromosome-entered-is-correct/feed/" rel="self" type="application/rss+xml" />
	<link>http://manuelcorpas.com/2009/09/10/validating-chromosome-entered-is-correct/</link>
	<description>Genomes, Web 2.0 and Bioethics</description>
	<lastBuildDate>Wed, 23 May 2012 15:51:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: manuelcorpas</title>
		<link>http://manuelcorpas.com/2009/09/10/validating-chromosome-entered-is-correct/comment-page-1/#comment-117</link>
		<dc:creator><![CDATA[manuelcorpas]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 11:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://corpasfoo.wordpress.com/?p=323#comment-117</guid>
		<description><![CDATA[Your contribution did help indeed. Thanks a lot!
Manuel]]></description>
		<content:encoded><![CDATA[<p>Your contribution did help indeed. Thanks a lot!<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://manuelcorpas.com/2009/09/10/validating-chromosome-entered-is-correct/comment-page-1/#comment-116</link>
		<dc:creator><![CDATA[jeff]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 11:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://corpasfoo.wordpress.com/?p=323#comment-116</guid>
		<description><![CDATA[Ah my bad I misread the following

&quot;when the chromosome entered is not 1-22 or X or Y.&quot; to mean it would always include the an X or Y

Hope it helps anyway]]></description>
		<content:encoded><![CDATA[<p>Ah my bad I misread the following</p>
<p>&#8220;when the chromosome entered is not 1-22 or X or Y.&#8221; to mean it would always include the an X or Y</p>
<p>Hope it helps anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuelcorpas</title>
		<link>http://manuelcorpas.com/2009/09/10/validating-chromosome-entered-is-correct/comment-page-1/#comment-115</link>
		<dc:creator><![CDATA[manuelcorpas]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 05:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://corpasfoo.wordpress.com/?p=323#comment-115</guid>
		<description><![CDATA[thanks Jeff,

your solution does not match numbers like 1, 13, 22. But it matches something like 22x or 3y.

A modified version of your solution seems to work better:

^([1-9]&#124;1[0-9]&#124;2[0-2]&#124;[X&#124;Y])$]]></description>
		<content:encoded><![CDATA[<p>thanks Jeff,</p>
<p>your solution does not match numbers like 1, 13, 22. But it matches something like 22x or 3y.</p>
<p>A modified version of your solution seems to work better:</p>
<p>^([1-9]|1[0-9]|2[0-2]|[X|Y])$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://manuelcorpas.com/2009/09/10/validating-chromosome-entered-is-correct/comment-page-1/#comment-113</link>
		<dc:creator><![CDATA[jeff]]></dc:creator>
		<pubDate>Sun, 27 Sep 2009 09:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://corpasfoo.wordpress.com/?p=323#comment-113</guid>
		<description><![CDATA[Would the following regex help? Haven’t tried it in JS, but should just work….

^([1-9]&#124;1[0-9]&#124;2[0-2])(X&#124;Y)$]]></description>
		<content:encoded><![CDATA[<p>Would the following regex help? Haven’t tried it in JS, but should just work….</p>
<p>^([1-9]|1[0-9]|2[0-2])(X|Y)$</p>
]]></content:encoded>
	</item>
</channel>
</rss>

