"Good night".replace("night", "day")
// "Good day"

// some with ignoreCase
"Good night".replace("night", "day", true)
// true mean ignoreCase=true