Challenge 10
#️⃣
Hashtags
Create a procedure to output hashtags in a message - e.g.
Examples:
#Talk is #cheap. Show me the #code. - #LinusTorvalds
Should output: "Talk", "cheap", "code", "LinusTorvalds"
Extension:
Also detect @username strings, outputting the list of all referenced user names in the message too