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

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
|Summary=Returns true/false if <substring> is a substring of <string>. Case sensitive.
|Summary=Returns true/false if <substring> is a substring of <string>. Case sensitive.
|Call_on
|Call_on
|Example=<pre> if( isSubStr( "Hello", "ello" ) )  
|Example=<pre>if( isSubStr( "Hello", "ello" ) )  
result: true </pre>
result: true </pre>
}}
}}

Latest revision as of 23:08, 3 December 2014