replace_all¶ Signature¶ replace_all(string, string, string) Description¶ Replace all instances of one string with another in an overall parent string. Examples¶ TODO