insertCharacter

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

Insert the given character at the given index.

Author

Griefed