Python Core REGEX: Social Media Pro | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Core REGEX: Social Media Pro

I understand how to use the match = re.findall(r"#") if match: print(match) // ???? but what i dont understand is how to output the whole hashtag when a match is found, regex has me stumped on certain parts like this one.

13th Jan 2022, 3:21 PM
William Alley
William Alley - avatar
0 Answers