Replaces the search_str string with replacement_str in str and returns the resulting string. The string str is not modified.
String
wret = replace("foobar", "foo", "bar");
print(wret);
Print barbar
wret = replace("aaa", "aa", "b");
print(wret);
Print ba
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.