OsMatchString

From OpenSimulator

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

Revision as of 16:55, 12 June 2011

osMatchString(string src, string pattern, integer start);
No descriptions provided
Threat Level High
Permissions No permissions specified
Extra Delay No function delay specified
Notes
This function returns a list containing the matches from the given string.
Personal tools
General
About This Wiki