OsReplaceString
From OpenSimulator
(Difference between revisions)
												
			 (Created page with "{{osslfunc |function_syntax=LSL_String osReplaceString(string src, string pattern, string replace, int count, int start) |threat_level=VeryLow |description=This function is for r...")  | 
			
Revision as of 07:04, 22 November 2012
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 |