<?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_find%2Fdoc</id>
	<title>سانچہ:Str find/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_find%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_find/doc&amp;action=history"/>
	<updated>2026-04-19T11:08:18Z</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_find/doc&amp;diff=1680&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_find/doc&amp;diff=1680&amp;oldid=prev"/>
		<updated>2022-12-04T05:56:41Z</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_find/doc&amp;diff=1679&amp;oldid=prev</id>
		<title>ur&gt;Wikivahdat: Mark high-use</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_find/doc&amp;diff=1679&amp;oldid=prev"/>
		<updated>2021-11-02T23:39:56Z</updated>

		<summary type="html">&lt;p&gt;Mark high-use&lt;/p&gt;
&lt;p&gt;&lt;b&gt;نیا صفحہ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Lua|Module:String}}&lt;br /&gt;
{{high use}}&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;
{{tlc|Str find|&amp;#039;&amp;#039;text&amp;#039;&amp;#039;|&amp;#039;&amp;#039;sub_string&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
Returns the position of first appearance of &amp;#039;&amp;#039;sub_string&amp;#039;&amp;#039; in &amp;#039;&amp;#039;text&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* The comparison is case sensitive.&lt;br /&gt;
* Returns -1 if &amp;#039;&amp;#039;sub_string&amp;#039;&amp;#039; not found&lt;br /&gt;
* Character position is 1 based (not 0 based as usual in calculations).&lt;br /&gt;
* {{Color|red|If &amp;#039;&amp;#039;sub_string&amp;#039;&amp;#039; is empty, this routine returns 1.}} This case will often have to be handled specially.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
In the examples, the string to be searched is {{code|1=Abcdefghijklm}}:&lt;br /&gt;
* A; {{str find|Abcdefghijklm|A}}&lt;br /&gt;
* a; {{str find|Abcdefghijklm|a}}&lt;br /&gt;
* def; {{str find|Abcdefghijklm|def}}&lt;br /&gt;
* klm; {{str find|Abcdefghijklm|klm}}&lt;br /&gt;
* zyx; {{str find|Abcdefghijklm|zyx}}&lt;br /&gt;
* empty;klm;{{str find||klm}}&lt;br /&gt;
* empty;empty; {{str find||}}&lt;br /&gt;
&lt;br /&gt;
===TemplateData===&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;description&amp;quot;: &amp;quot;A template to find the numeric position of first appearance of &amp;#039;&amp;#039;sub_string&amp;#039;&amp;#039; in &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&amp;quot;,&lt;br /&gt;
        &amp;quot;params&amp;quot;: {&lt;br /&gt;
                &amp;quot;1&amp;quot;: {&lt;br /&gt;
                        &amp;quot;label&amp;quot;: &amp;quot;Text&amp;quot;,&lt;br /&gt;
                        &amp;quot;description&amp;quot;: &amp;quot;The text to search within&amp;quot;,&lt;br /&gt;
                        &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                        &amp;quot;required&amp;quot;: true&lt;br /&gt;
                },&lt;br /&gt;
                &amp;quot;2&amp;quot;: {&lt;br /&gt;
                        &amp;quot;label&amp;quot;: &amp;quot;Sub_string&amp;quot;,&lt;br /&gt;
                        &amp;quot;description&amp;quot;: &amp;quot;The string to be searched within the text&amp;quot;,&lt;br /&gt;
                        &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                        &amp;quot;required&amp;quot;: true&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{String-handling templates |anlys/tech}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!----CATEGORIES BELOW THIS LINE, PLEASE:----&amp;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>