OsMatchString
From OpenSimulator
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | {| | + | {{osslfunc| |
− | + | threat_level = High | |
− | | | + | | |
− | + | function_syntax = <source lang="lsl"> | |
− | + | ||
− | + | ||
− | + | ||
osMatchString(string src, string pattern, integer start); | osMatchString(string src, string pattern, integer start); | ||
</source> | </source> | ||
− | | | + | | |
− | + | 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. | + | }} |
− | + | ||
− | + | ||
− | + |
Revision as of 15: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. |