Python Core REGEX: Social Media Pro | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas