Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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)
 
PREVIOUS NEXT
Tagged: #stract #avery #string #website #python
ADD COMMENT
Topic
Name
5+6 =