Call of Duty 4: Scripting Reference - String::IsSubStr: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
(New page: {{Function |Version=4 |Name=IsSubStr( <string>, <substring> ) |Module=String |Available |Summary=Returns true/false if <substring> is a substring of <string>. Case ...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
|Summary=Returns true/false if &lt;substring&gt; is a substring of &lt;string&gt;. Case sensitive.
|Summary=Returns true/false if &lt;substring&gt; is a substring of &lt;string&gt;. Case sensitive.
|Call_on
|Call_on
|Example
|Example=<pre>if( isSubStr( "Hello", "ello" ) )
result: true </pre>
}}
}}

Latest revision as of 23:08, 3 December 2014