replaceEx

fun replaceEx(message: String, replaceWhat: String, replaceTo: String): String

Replaces content of a message with case insensitivity.

Return

modified message

Author

stumper66

Parameters

message

message that should be edited

replaceWhat

the text to be replaced

replaceTo

the text to replace with