<?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%3ATrim_leading%2Fdoc</id>
	<title>سانچہ:Trim leading/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%3ATrim_leading%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:Trim_leading/doc&amp;action=history"/>
	<updated>2026-04-19T17:06:08Z</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:Trim_leading/doc&amp;diff=1738&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:Trim_leading/doc&amp;diff=1738&amp;oldid=prev"/>
		<updated>2022-12-04T05:56:52Z</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:Trim_leading/doc&amp;diff=1737&amp;oldid=prev</id>
		<title>ur&gt;Wikivahdat: /* Technical */ blank outdated section</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:Trim_leading/doc&amp;diff=1737&amp;oldid=prev"/>
		<updated>2021-10-08T20:13:19Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Technical: &lt;/span&gt; blank outdated section&lt;/p&gt;
&lt;p&gt;&lt;b&gt;نیا صفحہ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlx|Trim leading | &amp;amp;lt;input&amp;amp;gt;&amp;amp;nbsp;| &amp;amp;lt;prefix&amp;amp;gt;&amp;amp;nbsp;}}&lt;br /&gt;
&lt;br /&gt;
Trims up to six instances of &amp;amp;lt;prefix&amp;amp;gt; (such as: 0 or &amp;quot;anti-&amp;quot;) from the beginning of &amp;amp;lt;input&amp;amp;gt;. &amp;amp;lt;Prefix&amp;amp;gt; is set to &amp;quot;0&amp;quot; by default (for removing leading zeroes from numbers). Template will not properly work beyond the first whitespace in the input.&lt;br /&gt;
&lt;br /&gt;
=== Limitations === &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;New code should strongly consider {{ml|string|replace}} or {{ml|MultiReplace|main}}.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* For backward compatibility, both the input and pattern string are trimmed of surrounding whitespace before processing begins. This means you cannot remove three instances of &amp;quot;the &amp;quot; from &amp;quot;the the the thing&amp;quot;; instead you will remove  one instance of &amp;quot;the&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{{tlx|Trim leading |duck duck duck goose&amp;amp;nbsp;|duck }} &amp;amp;rarr; {{Trim leading |duck duck duck goose |duck }}&lt;br /&gt;
&lt;br /&gt;
{{tlx|Trim leading | duckduckduckgoose&amp;amp;nbsp;|duck}} &amp;amp;rarr; {{Trim leading | duckduckduckgoose |duck}}&lt;br /&gt;
&lt;br /&gt;
{{tlx|Trim leading | 00000034&amp;amp;nbsp;}} &amp;amp;rarr; {{Trim leading | 00000034 }}&lt;br /&gt;
&lt;br /&gt;
{{tlx|Trim leading | aaaaaa34 | a&amp;amp;nbsp;}} &amp;amp;rarr; {{Trim leading | aaaaaa34 | a }}&lt;br /&gt;
&lt;br /&gt;
{{tlx|Trim leading | U+0034 |U+}} &amp;amp;rarr; {{Trim leading | U+0034 |U+}}&lt;br /&gt;
&lt;br /&gt;
{{tlx|Trim leading |anti-anti-neutrino&amp;amp;nbsp;|anti-}} &amp;amp;rarr; {{Trim leading |anti-anti-neutrino |anti-}}&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;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go here: --&amp;gt;&lt;br /&gt;
[[Category:String manipulation templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>ur&gt;Wikivahdat</name></author>
	</entry>
</feed>