text.replace


text.replace(string, old, new)

Returns a modified version of the string formed by replacing all occurrences of the string old with new.For example, text.replace("hello world", "o", "OO") returns "hellOO wOOrld".

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*