<?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%3AStrfind_short%2Fdoc</id>
	<title>الگو:Strfind short/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%3AStrfind_short%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Strfind_short/doc&amp;action=history"/>
	<updated>2026-04-05T23:02: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:Strfind_short/doc&amp;diff=2606&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:Strfind_short/doc&amp;diff=2606&amp;oldid=prev"/>
		<updated>2018-03-03T16:06:54Z</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:Strfind_short/doc&amp;diff=2605&amp;oldid=prev</id>
		<title>imported&gt;Plastikspork: Replace per TfD</title>
		<link rel="alternate" type="text/html" href="https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Strfind_short/doc&amp;diff=2605&amp;oldid=prev"/>
		<updated>2014-11-26T05:44:44Z</updated>

		<summary type="html">&lt;p&gt;Replace per TfD&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;
&lt;br /&gt;
{{tlx|strfind short|&amp;#039;&amp;#039;target&amp;#039;&amp;#039;|&amp;#039;&amp;#039;string&amp;#039;&amp;#039;}} outputs the position in &amp;#039;&amp;#039;target&amp;#039;&amp;#039; where &amp;#039;&amp;#039;string&amp;#039;&amp;#039; first appears (e.g. an output of &amp;quot;3&amp;quot; would mean beginning at the third character in &amp;#039;&amp;#039;target&amp;#039;&amp;#039;). If &amp;#039;&amp;#039;string&amp;#039;&amp;#039; is not found, it outputs zero (0).&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{{Aligned table |class=nowrap&lt;br /&gt;
 |col1style=text-align:left; padding-right:2.0em; |col2style=text-align:center;| row1header = yes&lt;br /&gt;
 | Example | Output&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}abcdef {{!}}bcd{{))}}&amp;lt;/code&amp;gt;      |  {{strfind short|abcdef|bcd}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}123456789. {{!}}45{{))}}&amp;lt;/code&amp;gt;   |  {{strfind short|123456789.|45}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}x+2.437-6 {{!}}2.43{{))}}&amp;lt;/code&amp;gt;  |  {{strfind short|x+2.437-6|2.43}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}:***abcd** {{!}}*ab{{))}}&amp;lt;/code&amp;gt;  |  {{strfind short|:***abcd**|*ab}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}Fast Forward (film) {{!}}( {{))}}&amp;lt;/code&amp;gt;  |  {{strfind short|Fast Forward (film)|(}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}Fast Forward Longer (film) {{!}}( {{))}}&amp;lt;/code&amp;gt;  |  {{strfind short|Fast Forward Longer (film)|(}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}A Funny Thing Happened on the Way to the Forum (film) {{!}}( {{))}}&amp;lt;/code&amp;gt;  |  {{strfind short|A Funny Thing Happened on the Way to the Forum (film)|(&amp;lt;!--?: |1 --&amp;gt;}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}abcdef {{!}}x{{))}}&amp;lt;/code&amp;gt;        |  {{strfind short|abcdef|x}}&lt;br /&gt;
 | &amp;lt;code&amp;gt;{{((}}strfind short {{!}}abcdef {{!}}xyz{{))}}&amp;lt;/code&amp;gt;      |  {{strfind short|abcdef|xyz}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|str find}}, which also searches strings but with expansion depth of 18 or more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{String-handling templates |anlys/tech}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;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;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Plastikspork</name></author>
	</entry>
</feed>