/ Published in: Other

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
string str_replace(string subject, string search, string replace) { return llDumpList2String(llParseStringKeepNulls(subject, [search], []), replace); }
Comments
