<?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_sub_find%2Fdoc</id>
	<title>الگو:Str sub 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_sub_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_sub_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_sub_find/doc&amp;diff=1653&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_sub_find/doc&amp;diff=1653&amp;oldid=prev"/>
		<updated>2018-02-20T10:47:42Z</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_sub_find/doc&amp;diff=1652&amp;oldid=prev</id>
		<title>imported&gt;Jdaloner: Updated transclusion of navbox.</title>
		<link rel="alternate" type="text/html" href="https://fa.islamicdata.ru/index.php?title=%D8%A7%D9%84%DA%AF%D9%88:Str_sub_find/doc&amp;diff=1652&amp;oldid=prev"/>
		<updated>2014-12-16T20:12:19Z</updated>

		<summary type="html">&lt;p&gt;Updated transclusion 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;
{{lua|Module:String}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Template:str_sub_find&amp;#039;&amp;#039;&amp;#039; searches for a substring in a string at the given offset.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
: &amp;lt;code&amp;gt;{{tlx|str sub find||&amp;lt;string1&amp;gt;|&amp;lt;string2&amp;gt;|&amp;lt;offset&amp;gt;}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It returns 1, if &amp;#039;&amp;#039;string2&amp;#039;&amp;#039; is found in &amp;#039;&amp;#039;string1&amp;#039;&amp;#039; at the given &amp;#039;&amp;#039;offset&amp;#039;&amp;#039;, otherwise it will return empty string. This makes the result easy usable in [[mw:Help:Extension:ParserFunctions|Help:Extension:ParserFunctions]] like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#if:|}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&amp;lt;br /&amp;gt;Offset is zero-based and can be omitted if zero.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{#if: {{str sub find|abcdef|abc}} | Substring is found | Substring is not found }}&amp;lt;/nowiki&amp;gt; → {{#if:{{str sub find|abcdef|abc}}|Substring is found|Substring is not found}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{#if: {{str sub find|abcdef|abc|2}} | Substring is found | Substring is not found }}&amp;lt;/nowiki&amp;gt; → {{#if:{{str sub find|abcdef|abc|2}}|Substring is found|Substring is not found}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{#if: {{str sub find|abcdef|def}} | Substring is found | Substring is not found }}&amp;lt;/nowiki&amp;gt; → {{#if:{{str sub find|abcdef|def}}|Substring is found|Substring is not found}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{#if: {{str sub find|abcdef|def|3}} | Substring is found | Substring is not found }}&amp;lt;/nowiki&amp;gt; → {{#if:{{str sub find|abcdef|def|3}}|Substring is found|Substring is not found}}&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{string-handling templates}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:String manipulation templates]]&lt;br /&gt;
&lt;br /&gt;
[[lv:Veidne:str sub find]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Jdaloner</name></author>
	</entry>
</feed>