I'm trying to write a script but keep getting stuck.
I have a variable $message. I want to parse it. So that everything contained between * and * could be a different color. For example:
This is message * 1
Wouldn't be effected. But
This is a *message* see how it works *again here*.
Would have message and again here in a different color.