Function Replace-All

Part of:

package selenium
( replace-all < string > < part > < replacement > &key (test #'char=) )
Returns a new string in which all the occurences of the part
is replaced with replacement.