replaceCharacter

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

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

Author

Griefed