http://prntscr.com/basrzy

the above is a screenshot showing a hashtags var only containing the first
instance of a hashtag. i want to get a list of ALL hashtags from
twitter.text not just the first one. i'm fairly sure my RegEx is wrong...
here's what i have.

(#{1}[a-zA-Z0-9_]*)

i'm using https://regex101.com/ to simulate traffic and tests.. but i can't
get it to recognize more than the first instance of the regex.

Reply via email to