_satellite.replace

This is another function that was intended for internal use only. It probably should not have been used elewhere, but it existed and some folks made use of it.

Remedy:

Use the standard Javascript replace method as described here : String.prototype.replace()

Last updated