replaceCharacter

fun String.replaceCharacter(index: Int, character: Char): String

Replace the character at the given index with the given new character.

Author

Griefed