<?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/"
		>
<channel>
	<title>Comments for MWJ Computing</title>
	<atom:link href="http://www.mwjcomputing.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mwjcomputing.com/blog</link>
	<description>A life lived through digital exploration.</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on What podcasts do you subscribe to? by Shay Levy</title>
		<link>http://www.mwjcomputing.com/blog/2010/07/what-podcasts-do-you-subscribe-to/comment-page-1/#comment-32</link>
		<dc:creator>Shay Levy</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/07/what-podcasts-do-you-subscribe-to/#comment-32</guid>
		<description>http://www.mindofroot.com/category/podcast/</description>
		<content:encoded><![CDATA[<p><a href="http://www.mindofroot.com/category/podcast/" rel="nofollow">http://www.mindofroot.com/category/podcast/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to check for valid IP by Matt Johnson</title>
		<link>http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/comment-page-1/#comment-28</link>
		<dc:creator>Matt Johnson</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/#comment-28</guid>
		<description>Aleksandar: Thanks for that function. I will update my files and use that one as well.</description>
		<content:encoded><![CDATA[<p>Aleksandar: Thanks for that function. I will update my files and use that one as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to check for valid IP by Matt Johnson</title>
		<link>http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/comment-page-1/#comment-27</link>
		<dc:creator>Matt Johnson</dc:creator>
		<pubDate>Tue, 20 Apr 2010 11:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/#comment-27</guid>
		<description>Pat: I fixed the link. Could be with the web formatting. See if the download works.</description>
		<content:encoded><![CDATA[<p>Pat: I fixed the link. Could be with the web formatting. See if the download works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to check for valid IP by Pat Richard</title>
		<link>http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/comment-page-1/#comment-26</link>
		<dc:creator>Pat Richard</dc:creator>
		<pubDate>Tue, 20 Apr 2010 00:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/#comment-26</guid>
		<description>Getting a 500 internal error on the link for the function. Also, I&#039;m getting &quot;Unexpected token &#039;.0&#039; in expression or statement.&quot; Looks like it doesn&#039;t like the third octet.</description>
		<content:encoded><![CDATA[<p>Getting a 500 internal error on the link for the function. Also, I&#8217;m getting &#8220;Unexpected token &#8216;.0&#8242; in expression or statement.&#8221; Looks like it doesn&#8217;t like the third octet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to check for valid IP by Aleksandar</title>
		<link>http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/comment-page-1/#comment-25</link>
		<dc:creator>Aleksandar</dc:creator>
		<pubDate>Mon, 19 Apr 2010 21:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/04/function-to-check-for-valid-ip/#comment-25</guid>
		<description>function isIPAddress($object) {
  ($object -as [System.Net.IPAddress]).IPAddressToString -eq $object -and $object -ne $null
}

Source: http://powershell.com/cs/blogs/tips/archive/2009/01/30/validating-ip-addresses.aspx</description>
		<content:encoded><![CDATA[<p>function isIPAddress($object) {<br />
  ($object -as [System.Net.IPAddress]).IPAddressToString -eq $object -and $object -ne $null<br />
}</p>
<p>Source: <a href="http://powershell.com/cs/blogs/tips/archive/2009/01/30/validating-ip-addresses.aspx" rel="nofollow">http://powershell.com/cs/blogs/tips/archive/2009/01/30/validating-ip-addresses.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate time with a format of hh:mm:ss using RegEx by Matt Johnson</title>
		<link>http://www.mwjcomputing.com/blog/2010/04/validate-time-with-a-format-of-hhmmss-using-regex/comment-page-1/#comment-15</link>
		<dc:creator>Matt Johnson</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/04/validate-time-with-a-format-of-hhmmss-using-regex/#comment-15</guid>
		<description>Good catch! I also updated it making the first number optional.</description>
		<content:encoded><![CDATA[<p>Good catch! I also updated it making the first number optional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate time with a format of hh:mm:ss using RegEx by Pat Richard</title>
		<link>http://www.mwjcomputing.com/blog/2010/04/validate-time-with-a-format-of-hhmmss-using-regex/comment-page-1/#comment-14</link>
		<dc:creator>Pat Richard</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwjcomputing.com/blog/2010/04/validate-time-with-a-format-of-hhmmss-using-regex/#comment-14</guid>
		<description>I did determine that we can shorten your first example to 

$time = &quot;22:33:22&quot;
$time -match &quot;[01][0-9]:[0-6][0-9]:[0-6][0-9]&quot;

That will output &quot;True&quot; or &quot;False&quot;

Good info on the ValidatePattern option for the param statement. That will dovetail into what I&#039;m doing.

Thanks for the info!</description>
		<content:encoded><![CDATA[<p>I did determine that we can shorten your first example to </p>
<p>$time = &#8220;22:33:22&#8243;<br />
$time -match &#8220;[01][0-9]:[0-6][0-9]:[0-6][0-9]&#8221;</p>
<p>That will output &#8220;True&#8221; or &#8220;False&#8221;</p>
<p>Good info on the ValidatePattern option for the param statement. That will dovetail into what I&#8217;m doing.</p>
<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
