fun String.chomp(separator: String, onMissingDelimiter: () -> Pair<String, String>): Pair<String, String>
Splits the given string into two parts before and after separator. |
|
fun String.decodeBase64(): String
Decode String from base64 format |
|
fun String.encodeBase64(): String
Encode String in base64 format |
|
fun String.escapeHTML(): String
Escapes the characters in a String using HTML entities |
|
fun String.toCharArray(): CharArray
|