<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fa">
	<id>https://fa.islamicdata.ru/index.php?action=history&amp;feed=atom&amp;title=%D8%A7%D9%84%DA%AF%D9%88%3AStr_find%2Fdoc</id>
	<title>الگو:Str find/doc - تاریخچهٔ نسخه‌ها</title>
	<link rel="self" type="application/atom+xml" href="https://fa.islamicdata.ru/index.php?action=history&amp;feed=atom&amp;title=%D8%A7%D9%84%DA%AF%D9%88%3AStr_find%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Str_find/doc&amp;action=history"/>
	<updated>2026-04-07T17:39:33Z</updated>
	<subtitle>تاریخچهٔ نسخه‌ها برای این صفحه در ویکی</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Str_find/doc&amp;diff=2598&amp;oldid=prev</id>
		<title>imported&gt;Adminm: ۱ نسخه واردشده</title>
		<link rel="alternate" type="text/html" href="https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Str_find/doc&amp;diff=2598&amp;oldid=prev"/>
		<updated>2018-03-01T14:45:13Z</updated>

		<summary type="html">&lt;p&gt;۱ نسخه واردشده&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;fa&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;نسخهٔ ۱ مارس ۲۰۱۸، ساعت ۱۷:۴۵&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fa&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>imported&gt;Adminm</name></author>
	</entry>
	<entry>
		<id>https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Str_find/doc&amp;diff=2597&amp;oldid=prev</id>
		<title>imported&gt;Codename Lisa: Made the page a little less like someone&#039;s madlibs.</title>
		<link rel="alternate" type="text/html" href="https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Str_find/doc&amp;diff=2597&amp;oldid=prev"/>
		<updated>2017-06-20T07:59:48Z</updated>

		<summary type="html">&lt;p&gt;Made the page a little less like someone&amp;#039;s madlibs.&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;
&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;&lt;br /&gt;
{{#ifeq:{{SUBPAGENAME}}|sandbox | |&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>imported&gt;Codename Lisa</name></author>
	</entry>
</feed>