<?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.eq</id>
		<title>Str.eq - 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.eq"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.eq&amp;action=history"/>
		<updated>2026-05-01T02:25:50Z</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.eq&amp;diff=979&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local r,c = sl.str.eq(s1,s2[,...]) Args  s1...sN are strings Results  r is a boolean  c is a number  == Usage Example ==   local s = sl.str  local r,c...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.eq&amp;diff=979&amp;oldid=prev"/>
				<updated>2010-11-11T23:34:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local r,c = sl.str.eq(s1,s2[,...]) Args  s1...sN are strings Results  r is a boolean  c is a number  == Usage Example ==   local s = sl.str  local r,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,c = sl.str.eq(s1,s2[,...])&lt;br /&gt;
Args&lt;br /&gt;
 s1...sN are strings&lt;br /&gt;
Results&lt;br /&gt;
 r is a boolean&lt;br /&gt;
 c is a number&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&lt;br /&gt;
 local s = sl.str&lt;br /&gt;
 local r,c = s.eq('same','same','s@me','same')&lt;br /&gt;
 print(tostring(r)..' '..c)&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; false 3&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
---This function might be superfluous given that lua probably interns strings---&lt;br /&gt;
&lt;br /&gt;
Checks that all given string arguments are equal at the bit level.  If so, returns true and a count of the arguments passed, if not returns false as well as the index of the offending argument.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Eq fails silently.  If eq receives fewer than two arguments or the arguments aren't strings, eq returns nil.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[str|string table]]&lt;br /&gt;
&lt;br /&gt;
* [[str.join]]&lt;br /&gt;
&lt;br /&gt;
* [[str.sep]]&lt;br /&gt;
&lt;br /&gt;
* [[str.split]]&lt;br /&gt;
&lt;br /&gt;
* [[select]]&lt;br /&gt;
&lt;br /&gt;
* [[unpack]]&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>