<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wcipeg.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Case_sensitivity</id>
		<title>Case sensitivity - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wcipeg.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Case_sensitivity"/>
		<link rel="alternate" type="text/html" href="https://wcipeg.com/wiki/index.php?title=Case_sensitivity&amp;action=history"/>
		<updated>2026-04-04T06:53:10Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>https://wcipeg.com/wiki/index.php?title=Case_sensitivity&amp;diff=1090&amp;oldid=prev</id>
		<title>Brian: concrete strings, not abstract</title>
		<link rel="alternate" type="text/html" href="https://wcipeg.com/wiki/index.php?title=Case_sensitivity&amp;diff=1090&amp;oldid=prev"/>
				<updated>2011-03-05T20:24:03Z</updated>
		
		<summary type="html">&lt;p&gt;concrete strings, not abstract&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:24, 5 March 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;L1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''Case sensitivity''' occurs when data, particularly [[string]]s, which differ only in letter case, are considered different. An algorithm or function that exhibits case sensitivity is said to be '''case-sensitive'''; one that does not is said to be '''case-insensitive'''. For example, the Pascal compiler is case-insensitive, because every reserved word and every identifier may be typed in uppercase, lowercase, or mixed-case, with no difference whatsoever to the meaning. On the other hand, when Pascal compares strings encoded in [[ASCII]], the strings &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;''&lt;/del&gt;'a'&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'' &lt;/del&gt;and &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;''&lt;/del&gt;'A'&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'' &lt;/del&gt;are considered to be unequal, with &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;'''A''' &lt;/del&gt;being smaller, so we say that this comparison is case-sensitive.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''Case sensitivity''' occurs when data, particularly [[string]]s, which differ only in letter case, are considered different. An algorithm or function that exhibits case sensitivity is said to be '''case-sensitive'''; one that does not is said to be '''case-insensitive'''. For example, the Pascal compiler is case-insensitive, because every reserved word and every identifier may be typed in uppercase, lowercase, or mixed-case, with no difference whatsoever to the meaning. On the other hand, when Pascal compares strings encoded in [[ASCII]], the strings &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;code&amp;gt;&lt;/ins&gt;'a'&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/code&amp;gt; &lt;/ins&gt;and &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;code&amp;gt;&lt;/ins&gt;'A'&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/code&amp;gt; &lt;/ins&gt;are considered to be unequal, with &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;the latter &lt;/ins&gt;being smaller, so we say that this comparison is case-sensitive.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	<entry>
		<id>https://wcipeg.com/wiki/index.php?title=Case_sensitivity&amp;diff=1089&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;'''Case sensitivity''' occurs when data, particularly strings, which differ only in letter case, are considered different. An algorithm or function that exhibits case sensiti...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wcipeg.com/wiki/index.php?title=Case_sensitivity&amp;diff=1089&amp;oldid=prev"/>
				<updated>2011-03-05T20:23:24Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Case sensitivity&amp;#039;&amp;#039;&amp;#039; occurs when data, particularly &lt;a href=&quot;/wiki/String&quot; title=&quot;String&quot;&gt;strings&lt;/a&gt;, which differ only in letter case, are considered different. An algorithm or function that exhibits case sensiti...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Case sensitivity''' occurs when data, particularly [[string]]s, which differ only in letter case, are considered different. An algorithm or function that exhibits case sensitivity is said to be '''case-sensitive'''; one that does not is said to be '''case-insensitive'''. For example, the Pascal compiler is case-insensitive, because every reserved word and every identifier may be typed in uppercase, lowercase, or mixed-case, with no difference whatsoever to the meaning. On the other hand, when Pascal compares strings encoded in [[ASCII]], the strings '''a''' and '''A''' are considered to be unequal, with '''A''' being smaller, so we say that this comparison is case-sensitive.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>