Php regular expression matching urlimg

Source: Internet
Author: User
Tags php regular expression
Php regular expression match urlimg php url regular Image url

I want to match a url, for example :. I only want the url address of src and match it. some form of src is not followed by "" double quotation marks, some are single quotation marks, and alt and title are not marked. How do you write this regular expression?


Reply to discussion (solution)

/(Http | https): \/) + (\ w + \.) + (\ w +) [\ w \/\. \-] * (jpg | gif | png )/

 ] *>/Im '; $ matches = array (); preg_match_all ($ reg, $ str, $ matches); print_r ($ matches );

 ] *>/Im '; $ matches = array (); preg_match_all ($ reg, $ str, $ matches); print_r ($ matches );



It seems that it cannot match
"Srcw.'a.jpg '/>


 ] *>/Im '; $ matches = array (); preg_match_all ($ reg, $ str, $ matches); print_r ($ matches );



It seems that it cannot match
"Srcw.'a.jpg '/>


For example, it is best to give an example that complies with the html specifications. the example you mentioned is meaningless.

Thank you !!!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.