A step-by-step tutorial on how to replace all instances of a specific character within a string regardless of if the character is written in upper case or lower case. The regex ignore case (i) modifier is used in addition to the regex global (g) modifier that replaces all instances of the character.