Here's the question I need to replace '.'s with a word such as 'DOT' which will be defined lets say to replace_dots,
So when I use
replace_dots 'hello.'
It should print out
helloDOT
So when I use
replace_dots 'hello.'
It should print out
helloDOT
Comment