OsMatchString

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''Function Syntax:''' osMatchString(string src, string pattern, integer start);<br>'''Returns:''' list
+
{|  width="100%" style="border: thin solid black"
 +
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
|'''Threat Level''' || <Threat Level goes here>
  
Example Required !
+
|- valign="top"
 +
|'''Function Syntax''' || <source lang="lsl">
 +
osMatchString(string src, string pattern, integer start);
 +
</source>
 +
|- valign="top"
 +
|'''Example(s)||
  
 +
|}
  
 +
This function returns a list containing the matches from the given string.
  
[[Category:OSSL]]
+
[[Category:OSSL Functions]]
 
[[Category:OSSL functions without example]]
 
[[Category:OSSL functions without example]]
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without threat level]]

Revision as of 10:45, 11 June 2011

OsMatchString
Threat Level <Threat Level goes here>
Function Syntax
osMatchString(string src, string pattern, integer start);
Example(s)

This function returns a list containing the matches from the given string.

Personal tools
General
About This Wiki