<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Verify That All the Characters in a String are Either A-to-Z (Uppercase Letters) or the Digits 0-through-9 in a HTA?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/09/20/how-can-i-verify-that-all-the-characters-in-a-string-are-either-a-to-z-uppercase-letters-or-the-digits-0-through-9-in-a-hta.aspx</link><description>Hey, Scripting Guy! In an HTA, how can I verify that all the characters are either A-to-Z (uppercase letters) or the digits 0-through-9? -- MB 
 Hey, MB. You want to talk irony? 
 Oh. Well, we’re going to talk irony anyway. In yesterday’s column we</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Verify That All the Characters in a String are Either A-to-Z (Uppercase Letters) or the Digits 0-through-9 in a HTA?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/09/20/how-can-i-verify-that-all-the-characters-in-a-string-are-either-a-to-z-uppercase-letters-or-the-digits-0-through-9-in-a-hta.aspx#3543930</link><pubDate>Thu, 03 Jan 2013 19:22:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3543930</guid><dc:creator>JV</dc:creator><description>&lt;p&gt;@Mik&lt;/p&gt;
&lt;p&gt;The ^ character is used in a set as a negation character for the set.&lt;/p&gt;
&lt;p&gt;[A-Z] &amp;nbsp;- this is the set of all characters A-Z and this sa=ys match all characters that are not in teh set A-Z [^A-Z].&lt;/p&gt;
&lt;p&gt;See RegEx instructions and rtules for an explanation of how to use RegEx. Here is a good rewourec for learning.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.regular-expressions.info/tutorial.html"&gt;www.regular-expressions.info/tutorial.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3543930" width="1" height="1"&gt;</description></item><item><title>re: How Can I Verify That All the Characters in a String are Either A-to-Z (Uppercase Letters) or the Digits 0-through-9 in a HTA?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/09/20/how-can-i-verify-that-all-the-characters-in-a-string-are-either-a-to-z-uppercase-letters-or-the-digits-0-through-9-in-a-hta.aspx#3543798</link><pubDate>Thu, 03 Jan 2013 10:19:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3543798</guid><dc:creator>Mik</dc:creator><description>&lt;p&gt;^ is a negation character? I don&amp;#39;t think so. Does it not mean the start of the line has to be the pattern.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3543798" width="1" height="1"&gt;</description></item><item><title>re: How Can I Verify That All the Characters in a String are Either A-to-Z (Uppercase Letters) or the Digits 0-through-9 in a HTA?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/09/20/how-can-i-verify-that-all-the-characters-in-a-string-are-either-a-to-z-uppercase-letters-or-the-digits-0-through-9-in-a-hta.aspx#3438050</link><pubDate>Tue, 28 Jun 2011 23:17:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3438050</guid><dc:creator>ThisGuyOverThere</dc:creator><description>&lt;p&gt;Is it possible to have the pattern look for numbers that are between () and return only those numbers?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3438050" width="1" height="1"&gt;</description></item></channel></rss>