<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Str.mid</id>
		<title>Str.mid - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Str.mid"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.mid&amp;action=history"/>
		<updated>2026-05-01T03:08:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Str.mid&amp;diff=986&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local r = sl.str.mid(a,m,n) Args  a is a string  m,n are numbers Results  r is a string   == Usage Example ==   local s = sl.str  local r = s.mid('Get...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.mid&amp;diff=986&amp;oldid=prev"/>
				<updated>2010-11-12T01:19:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local r = sl.str.mid(a,m,n) Args  a is a string  m,n are numbers Results  r is a string   == Usage Example ==   local s = sl.str  local r = s.mid(&amp;#039;Get...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Calling Pattern ==&lt;br /&gt;
Call&lt;br /&gt;
 local r = sl.str.mid(a,m,n)&lt;br /&gt;
Args&lt;br /&gt;
 a is a string&lt;br /&gt;
 m,n are numbers&lt;br /&gt;
Results&lt;br /&gt;
 r is a string&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&lt;br /&gt;
 local s = sl.str&lt;br /&gt;
 local r = s.mid('Get the middle part of a string.',9,11)&lt;br /&gt;
 print(r)&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; middle part&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Mid returns the n characters from string a, beginning at position m.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Mid fails silently.  If mid receives inappropriate arguments then a &amp;amp;#39;&amp;amp;#39; (empty string) is returned.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[str|string table]]&lt;br /&gt;
&lt;br /&gt;
* [[str.left]]&lt;br /&gt;
&lt;br /&gt;
* [[str.right]]&lt;br /&gt;
&lt;br /&gt;
* [[str.split]]&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Documentation#String_Functions Lua String Functions]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>