OsMatchString
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
Line 1: | Line 1: | ||
− | {{osslfunc | + | {{osslfunc |
− | threat_level = High | + | |threat_level=High |
− | | | + | |function_syntax=osMatchString(string src, string pattern, integer start); |
− | function_syntax = | + | |ossl_example= |
− | osMatchString(string src, string pattern, integer start); | + | |description=This function returns a list containing the matches from the given string. |
− | + | ||
− | | | + | |
− | ossl_example = | + | |
− | | | + | |
− | + | ||
| | | | ||
}} | }} |
Revision as of 20:36, 1 July 2011
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 |