kotlin.text.replaceIndentByMargin
replaceIndentByMargin
fun String.replaceIndentByMargin( newIndent: String = "", marginPrefix: String = "|" ): String
Detects indent by marginPrefix as it does trimMargin and replace it with newIndent.
&co
fun String.replaceIndentByMargin( newIndent: String = "", marginPrefix: String = "|" ): String
Detects indent by marginPrefix as it does trimMargin and replace it with newIndent.
&co