User:Free Portal/Sandbox
Jump to navigation
Jump to search
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
SandBox
Usefull user function package for LSL
searchReplace
search replace string <lsl>string searchReplace(string input, string old, string new) {
return llDumpList2String(llParseString2List(input, [old], []), new);
}</lsl>