Kotlinlearncs.online LogoJava
Return to List

Homework: Star Out

Imported By: Geoffrey Challen
/ Version: 2021.7.0

Return the given non-null String, but where for every '*' in the String the '*' characters immediately adjacent to it are removed. So "ab*cd" and "ab**cd" both yield "ad".

Related Lessons

Stuck? You may find these lessons helpful: