Hi so I am trying to make a function that gets a string and returns two or more different words if they are separated by hyphens.
for example
input = some-thing
output = some thing (2 different words)
right now my function deletes the hyphens but returns them as one word.
any help is appreciated. thank you!