Censor Words Longer Than Four Characters

takes a string and censors words over four characters with *

Notes:=>
Don't censor words with exactly four characters.
If all words have four characters or less, return the original string.
The amount of * is the same as the length of the word.
The code is fourty
Total : 0 Discussion
Login