<?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_count%2Fdoc</id>
	<title>سانچہ:Str count/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_count%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_count/doc&amp;action=history"/>
	<updated>2026-04-19T11:01:31Z</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_count/doc&amp;diff=1982&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_count/doc&amp;diff=1982&amp;oldid=prev"/>
		<updated>2022-12-04T05:57:36Z</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:27، 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_count/doc&amp;diff=1981&amp;oldid=prev</id>
		<title>ur&gt;Wikivahdat: /* See also */ show right 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_count/doc&amp;diff=1981&amp;oldid=prev"/>
		<updated>2021-10-19T06:56:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt; show right 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;
{{Lua|Module:String}}&lt;br /&gt;
&amp;lt;!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This string handling template returns the number of times that a pattern or search-string occurs in a source string. Counts non-overlapping matches only.&lt;br /&gt;
&lt;br /&gt;
=== Usage===&lt;br /&gt;
&lt;br /&gt;
{{tlc|Str count|source string|pattern|plain_flag}}  &lt;br /&gt;
&lt;br /&gt;
If there is no occurrence of the source string in the pattern, this template returns 0.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
There are three parameters; the first two are required:&lt;br /&gt;
&lt;br /&gt;
* {{para|source}}{{snd}}the source string. Required; alias: {{para|1}}.&lt;br /&gt;
* {{para|pattern}}{{snd}}the search-string or pattern to look for in the source string.  Required; alias: {{para|2}}.&lt;br /&gt;
* {{para|plain}}{{snd}}a boolean flag indicating that &amp;#039;&amp;#039;pattern&amp;#039;&amp;#039; should be understood as plain text and not as a [[mw:Extension:Scribunto/Lua reference manual#Ustring patterns|Scribunto ustring pattern]] (a unicode-friendly [[w:en:Lua (programming language)|Lua]]-style [[w:en:regular expression|regular expression]]). Optional; default: true.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str count|aabbacccaddaeeeeaffff|a}}&amp;lt;/code&amp;gt; → {{str count|aabbcccacddaeeeeaffff|a}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str count|0123456789ABCDEF|X}}&amp;lt;/code&amp;gt; → {{str count|0123456789ABCDEF|X}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str count|Wikipedia:Manual of Style/Words to watch|:}}&amp;lt;/code&amp;gt; → {{str count|Wikipedia:Manual of Style/Words to watch|:}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str count|Wikipedia:Manual of Style/Words to watch|a}}&amp;lt;/code&amp;gt; → {{str count|Wikipedia:Manual of Style/Words to watch|a}}&lt;br /&gt;
* &amp;lt;code&amp;gt;{{tlp|str count|abababa|aba}}&amp;lt;/code&amp;gt; →  {{str count|abababa|aba}} // counts non-overlapping occurrences (matches must be disjoint)&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;
&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>