<?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.len</id>
		<title>Str.len - 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.len"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.len&amp;action=history"/>
		<updated>2026-05-01T03:08:16Z</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.len&amp;diff=987&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local r[,...] = sl.str.len(a[,...]) Args  a1...aN are strings Results  r1...rN are numbers   == Usage Example ==   local s = sl.str  local a,b,c =    ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.len&amp;diff=987&amp;oldid=prev"/>
				<updated>2010-11-12T01:26:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local r[,...] = sl.str.len(a[,...]) Args  a1...aN are strings Results  r1...rN are numbers   == Usage Example ==   local s = sl.str  local a,b,c =    ...&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.len(a[,...])&lt;br /&gt;
Args&lt;br /&gt;
 a1...aN are strings&lt;br /&gt;
Results&lt;br /&gt;
 r1...rN are numbers&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 a,b,c =&lt;br /&gt;
   'One string',&lt;br /&gt;
   'Two strings',&lt;br /&gt;
   'Three strings'&lt;br /&gt;
 local r1,r2,r3 = s.len(a,b,c)&lt;br /&gt;
 print(r1..' '..r2..' '..r3)&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; 10 11 13&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Len returns the lengths of all arguments, if they are strings. Non-strings are assigned a length of zero.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Len fails silently.  If len receives no arguments then nil 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.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>