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 |
|
Does the same as the regular toLowerCase except that locale-specific rules are not applied to ASCII characters so latin characters are converted by the original english rules. |
|
Does the same as the regular toUpperCase except that locale-specific rules are not applied to ASCII characters so latin characters are converted by the original english rules. |