Answers for "how stract avery .jpg string in a website python"

0

how stract avery .jpg string in a website python

import re
data = "ahahahttp://www.google.com/a.jpg>hhdhd"
print re.match(r'(ftp|http)://.*\.(jpg|png)$', data)
Posted by: Guest on August-28-2020

Code answers related to "how stract avery .jpg string in a website python"

Python Answers by Framework

Browse Popular Code Answers by Language