OsReplaceString
From OpenSimulator
LSL_String osReplaceString(string src, string pattern, string replace, int count, int start)
| |
This function is for regular expression-based string replacement. The count parameter specifies the total number of replacements to make where -1 makes all possible replacements. | |
Threat Level | VeryLow |
Permissions | No permissions specified |
Extra Delay | No function delay specified |