Improve your Kotlin skills with these useful String functions: removePrefix(), removeSuffix(), & removeSurrounding(). Easily manipulate text with sample usage like:
text.removePrefix("Hello "), text.removeSuffix("!"), & text.removeSurrounding("[", "]").
#Kotlin #StringFunctions