OsMatchString
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
m (some syntax modification (may be major or minor)) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
− | |function_syntax=osMatchString(string src, string pattern, integer start) | + | |function_syntax=list osMatchString(string src, string pattern, integer start) |
|ossl_example= | |ossl_example= | ||
|description=This function returns a list containing the matches from the given string. | |description=This function returns a list containing the matches from the given string. | ||
| | | | ||
}} | }} |
Revision as of 02:32, 2 July 2011
list osMatchString(string src, string pattern, integer start)
| |
This function returns a list containing the matches from the given string. | |
Threat Level | High |
Permissions | No permissions specified |
Extra Delay | No function delay specified |