<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ur">
	<id>https://ur.wikivahdat.com/w/index.php?action=history&amp;feed=atom&amp;title=%D8%B3%D8%A7%D9%86%DA%86%DB%81%3AStr_index%2Fdoc</id>
	<title>سانچہ:Str index/doc - تاریخچہ ترمیم</title>
	<link rel="self" type="application/atom+xml" href="https://ur.wikivahdat.com/w/index.php?action=history&amp;feed=atom&amp;title=%D8%B3%D8%A7%D9%86%DA%86%DB%81%3AStr_index%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://ur.wikivahdat.com/w/index.php?title=%D8%B3%D8%A7%D9%86%DA%86%DB%81:Str_index/doc&amp;action=history"/>
	<updated>2026-04-19T11:07:35Z</updated>
	<subtitle>ویکی پر اِس صفحہ کا تاریخچۂ نظرثانی</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://ur.wikivahdat.com/w/index.php?title=%D8%B3%D8%A7%D9%86%DA%86%DB%81:Str_index/doc&amp;diff=1690&amp;oldid=prev</id>
		<title>Wikivahdat: 1 نسخہ درآمد کیا گیا</title>
		<link rel="alternate" type="text/html" href="https://ur.wikivahdat.com/w/index.php?title=%D8%B3%D8%A7%D9%86%DA%86%DB%81:Str_index/doc&amp;diff=1690&amp;oldid=prev"/>
		<updated>2022-12-04T05:56:43Z</updated>

		<summary type="html">&lt;p&gt;1 نسخہ درآمد کیا گیا&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ur&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;→ پرانا نسخہ&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;نسخہ بمطابق 09:26، 4 دسمبر 2022ء&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ur&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(کوئی فرق نہیں)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wikivahdat</name></author>
	</entry>
	<entry>
		<id>https://ur.wikivahdat.com/w/index.php?title=%D8%B3%D8%A7%D9%86%DA%86%DB%81:Str_index/doc&amp;diff=1689&amp;oldid=prev</id>
		<title>ur&gt;Wikivahdat: expand correct section of navbox</title>
		<link rel="alternate" type="text/html" href="https://ur.wikivahdat.com/w/index.php?title=%D8%B3%D8%A7%D9%86%DA%86%DB%81:Str_index/doc&amp;diff=1689&amp;oldid=prev"/>
		<updated>2021-11-20T10:17:17Z</updated>

		<summary type="html">&lt;p&gt;expand correct section of navbox&lt;/p&gt;
&lt;p&gt;&lt;b&gt;نیا صفحہ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{High-use|10999}}&lt;br /&gt;
{{Lua|Module:String}}&lt;br /&gt;
&amp;lt;!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----&amp;gt;&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{str index|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;text&amp;#039;&amp;#039;|&amp;#039;&amp;#039;number&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt; = Returns the &amp;#039;&amp;#039;number&amp;#039;&amp;#039;-th character of &amp;#039;&amp;#039;text&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
Base 1: the first character is numbered 1, and so on.  Any leading or trailing whitespace is removed from the string before searching.&lt;br /&gt;
&lt;br /&gt;
If the requested position is negative, this function will search the string counting from the last character.  In other words,&lt;br /&gt;
number = -1 is the same as asking for the last character of the string.&lt;br /&gt;
&lt;br /&gt;
A requested position equal to zero or with a value longer than the string will generate an error.&lt;br /&gt;
&lt;br /&gt;
This function will properly return a space character (&amp;#039; &amp;#039;) if the selected position contains a space.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str index|0123456789ABCDEF|0}}&amp;lt;/code&amp;gt; → {{str index|0123456789ABCDEF|0 |nocategory=true}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str index|0123456789ABCDEF|1}}&amp;lt;/code&amp;gt; → {{str index|0123456789ABCDEF|1}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str index|0123456789ABCDEF|15}}&amp;lt;/code&amp;gt; → {{str index|0123456789ABCDEF|15}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str index|0123456789ABCDEF|18}}&amp;lt;/code&amp;gt; → {{str index|0123456789ABCDEF|18 |nocategory=true}}&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{String-handling templates |sub}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!----CATEGORIES BELOW THIS LINE, PLEASE:----&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:String manipulation templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>ur&gt;Wikivahdat</name></author>
	</entry>
</feed>