Posted By


remilauber on 03/19/09

Tagged


Statistics


Viewed 381 times
Favorited by 0 user(s)

LSL:str_replace


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. string str_replace(string subject, string search, string replace)
  2. {
  3. return llDumpList2String(llParseStringKeepNulls(subject, [search], []), replace);
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.