<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://www.mesham.com/index.php?action=history&amp;feed=atom&amp;title=Trim</id>
	<title>Trim - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.mesham.com/index.php?action=history&amp;feed=atom&amp;title=Trim"/>
	<link rel="alternate" type="text/html" href="http://www.mesham.com/index.php?title=Trim&amp;action=history"/>
	<updated>2026-04-23T15:03:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://www.mesham.com/index.php?title=Trim&amp;diff=1344&amp;oldid=prev</id>
		<title>Polas: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://www.mesham.com/index.php?title=Trim&amp;diff=1344&amp;oldid=prev"/>
		<updated>2019-04-15T15:45:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:45, 15 April 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Polas</name></author>
		
	</entry>
	<entry>
		<id>http://www.mesham.com/index.php?title=Trim&amp;diff=1343&amp;oldid=prev</id>
		<title>Polas: Created page with &#039;== Overview ==  This trim(s) function will return a new string where the leading and trailing whitespace of string &#039;&#039;s&#039;&#039; has been removed.  * &#039;&#039;&#039;Pass:&#039;&#039;&#039; A String * &#039;&#039;&#039;Return…&#039;</title>
		<link rel="alternate" type="text/html" href="http://www.mesham.com/index.php?title=Trim&amp;diff=1343&amp;oldid=prev"/>
		<updated>2013-04-15T10:24:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;== Overview ==  This trim(s) function will return a new string where the leading and trailing whitespace of string &amp;#039;&amp;#039;s&amp;#039;&amp;#039; has been removed.  * &amp;#039;&amp;#039;&amp;#039;Pass:&amp;#039;&amp;#039;&amp;#039; A &lt;a href=&quot;/index.php?title=String&quot; title=&quot;String&quot;&gt;String&lt;/a&gt; * &amp;#039;&amp;#039;&amp;#039;Return…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
This trim(s) function will return a new string where the leading and trailing whitespace of string &amp;#039;&amp;#039;s&amp;#039;&amp;#039; has been removed.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Pass:&amp;#039;&amp;#039;&amp;#039; A [[String]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Returns:&amp;#039;&amp;#039;&amp;#039; A  [[String]]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 #include &amp;lt;string&amp;gt;&lt;br /&gt;
 #include &amp;lt;io&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 function void main() {&lt;br /&gt;
    var m:=&amp;quot;    hello world    &amp;quot;;&lt;br /&gt;
    print(m+&amp;quot;-\n&amp;quot;+trim(m)+&amp;quot;-\n&amp;quot;);&lt;br /&gt;
 };&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Since: Version 1.0&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:Function Library]]&lt;br /&gt;
[[Category:String Functions]]&lt;/div&gt;</summary>
		<author><name>Polas</name></author>
		
	</entry>
</feed>