OsMatchString
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | ''' | + | {| width="100%" style="border: thin solid black" |
| + | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
| + | |- valign="top" | ||
| + | |'''Threat Level''' || <Threat Level goes here> | ||
| − | Example | + | |- 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 09: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.