<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.kjodle.net/index.php?action=history&amp;feed=atom&amp;title=Substring</id>
	<title>Substring - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kjodle.net/index.php?action=history&amp;feed=atom&amp;title=Substring"/>
	<link rel="alternate" type="text/html" href="https://wiki.kjodle.net/index.php?title=Substring&amp;action=history"/>
	<updated>2026-05-12T23:24:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://wiki.kjodle.net/index.php?title=Substring&amp;diff=1196&amp;oldid=prev</id>
		<title>Kenneth John Odle: Created page with &quot;`substring()` is a JavaScript method that extracts part of a string. It takes a starting index and an ending index. It extracts from (and including) the beginning i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.kjodle.net/index.php?title=Substring&amp;diff=1196&amp;oldid=prev"/>
		<updated>2016-01-11T17:57:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;`substring()` is a JavaScript &lt;a href=&quot;/index.php?title=Method&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Method (page does not exist)&quot;&gt;method&lt;/a&gt; that extracts part of a string. It takes a starting index and an ending index. It extracts from (and including) the beginning i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;`substring()` is a JavaScript [[Method|method]] that extracts part of a string. It takes a starting index and an ending index. It extracts from (and including) the beginning index through (and excluding) the ending index.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
str.&amp;quot;The President&amp;quot;(1,5);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns &amp;quot;he P&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
(Remember, JavaScript begins counting with 0.)&lt;br /&gt;
&lt;br /&gt;
[[Category:JavaScript]]&lt;/div&gt;</summary>
		<author><name>Kenneth John Odle</name></author>
		
	</entry>
</feed>