replace Indent By Margin
fun String.replaceIndentByMargin(newIndent: String = "", marginPrefix: String = "|"): String(source)
Detects indent by marginPrefix as it does trimMargin and replace it with newIndent.
Parameters
margin Prefix
non-blank string, which is used as a margin delimiter. Default is |
(pipe character).