Skip to content

yevheniisynytsia/kt-remove-first-and-last-char

 
 

Repository files navigation

Remove First and Last Characters

Implement a removeChars() function that removes a given string's first and last characters. For example:

removeChars("book") // "oo"
removeChars("house") // "ous"
removeChars("us") // ""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%