I have a string like so:
hey how are you

I want to change it so its like this:
hey *how are you

with the asterisk after the 1st space. I would like to know the best way to do this. Thanks in advance.