Extensions for kotlin.String
fun String.chomp( Splits the given string into two parts before and after separator. |
|
Decode String from base64 format |
|
Decode String from base64 format encoded in UTF-8. |
|
Encode String in base64 format and UTF-8 character encoding. |
|
Escapes the characters in a String using HTML entities |
|