The quick brown #fox jumped over the #reallyBigFence.
The result should be: ['fox','reallyBigFence']
All tags are spaceless and they start with the hash tag.
I'm new to regex, but I think this would work (not sure): /#([a-z0-9]+)/gi
What do I do with that regex? .match?