Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA#NiceChallenge
This is really good site to test out your regex code : https://regexr.com/
I landed on this : \#\w* and applied a tokenize on 5 columns. then made a mini macro to process the rows.
Here is my solution to Challenge #56. I included two extra hashtags # crazy and # hashtag, which were not included in the solution's output
Interesting