<?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.notin</id>
		<title>Str.notin - 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.notin"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.notin&amp;action=history"/>
		<updated>2026-06-15T17:46: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.notin&amp;diff=992&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local r = sl.str.notin(s1,s2) Args  s1,s2 are strings Results  r is a boolean   == Usage Example ==   local s = sl.str  local r = s.lower('A bum on th...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.notin&amp;diff=992&amp;oldid=prev"/>
				<updated>2010-11-12T01:47:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local r = sl.str.notin(s1,s2) Args  s1,s2 are strings Results  r is a boolean   == Usage Example ==   local s = sl.str  local r = s.lower(&amp;#039;A bum on th...&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.notin(s1,s2)&lt;br /&gt;
Args&lt;br /&gt;
 s1,s2 are strings&lt;br /&gt;
Results&lt;br /&gt;
 r is a boolean&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.lower('A bum on the beach.','bum')&lt;br /&gt;
 print(tostring(r))&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; false&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Notin returns true if and only if string s2 is not a substring of s1. Otherwise it returns false.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Notin fails silently.  If notin receives inappropriate 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.cnt]]&lt;br /&gt;
&lt;br /&gt;
* [[str.isin]]&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>