<?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 Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx</link><description>Hey, Scripting Guy! I have a script that compares two email addresses and tells me whether or not they are the same. Sometimes the email addresses are the same, but the case is different: for example, one address might be example@abc.com and the other</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 Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3504691</link><pubDate>Tue, 19 Jun 2012 14:44:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3504691</guid><dc:creator>Sandeep</dc:creator><description>&lt;p&gt;Awesome Explanation !!! &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3504691" width="1" height="1"&gt;</description></item><item><title>re: How Can I Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3504131</link><pubDate>Fri, 15 Jun 2012 14:45:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3504131</guid><dc:creator>Awesome</dc:creator><description>&lt;p&gt;Just what I was looking for!!! Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3504131" width="1" height="1"&gt;</description></item><item><title>re: How Can I Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3493929</link><pubDate>Mon, 23 Apr 2012 21:17:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493929</guid><dc:creator>Cuddle</dc:creator><description>&lt;p&gt;Hi, This was really helpful.I have a question.&lt;/p&gt;
&lt;p&gt;I am capturing the senders email address from my VBscript through&lt;/p&gt;
&lt;p&gt; Dim myolApp As Outlook.Application&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Dim myNamespace As Outlook.NameSpace&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Set myolApp = CreateObject(&amp;quot;Outlook.Application&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Set myNamespace = myolApp.GetNamespace(&amp;quot;MAPI&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;MsgBox myNamespace.CurrentUser.AddressEntry&lt;/p&gt;
&lt;p&gt;Now I want this email address to be checked against a file that contains a list of email addresses.Only if this email is already registered there then proceed otherwise send an &amp;nbsp;error message to the sender.I am not sure how to check if this email is is there.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493929" width="1" height="1"&gt;</description></item><item><title>re: How Can I Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3441912</link><pubDate>Fri, 15 Jul 2011 16:20:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3441912</guid><dc:creator>Ed</dc:creator><description>&lt;p&gt;Thanks! Your explanation is very clear and the examples are very simple to understand.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3441912" width="1" height="1"&gt;</description></item><item><title>re: How Can I Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3430062</link><pubDate>Wed, 18 May 2011 12:51:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3430062</guid><dc:creator>Jeremy Engel</dc:creator><description>&lt;p&gt;Hyper, it&amp;#39;s even easier in PowerShell. (&amp;quot;string&amp;quot; -eq &amp;quot;StRiNg&amp;quot;) will return true...well specifically, $true.&lt;/p&gt;
&lt;p&gt;VBScript is a legacy scripting language. All new development is being done within PowerShell. You&amp;#39;ll have to learn it sooner or later if you want to script, so don&amp;#39;t bother with VBScript.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3430062" width="1" height="1"&gt;</description></item><item><title>re: How Can I Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3430053</link><pubDate>Wed, 18 May 2011 12:33:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3430053</guid><dc:creator>Hyper</dc:creator><description>&lt;p&gt;What a cool and clear explanation, even a greenhorn like me can understand this, thx ScriptingGuy1!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3430053" width="1" height="1"&gt;</description></item><item><title>re: How Can I Compare Two String Values Regardless of Letter Case?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/22/how-can-i-compare-two-string-values-regardless-of-letter-case.aspx#3419112</link><pubDate>Wed, 06 Apr 2011 15:30:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3419112</guid><dc:creator>Magic</dc:creator><description>&lt;p&gt;Thanks, this was very helpful.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3419112" width="1" height="1"&gt;</description></item></channel></rss>