Jump to content

[SOLVED] regex for link with image


chocopi

Recommended Posts

I am trying to find out what the regex is for links with images eg. http://www.yahoo.com/yahooimage.gif

 

I have the regex for a normal link but I can't seem to figure out how to get the ending on it.

 

This is the code I have so far which does not work:

 

if(eregi("^(http|https)+(:\/\/)+[a-z0-9_-]+\.+[a-z0-9_-\/]+[\.gif|\.jpg|\.jpeg|\.png]",$var))

 

The link code I used before i changed it was this:

 

if(eregi("^(http|https)+(:\/\/)+[a-z0-9_-]+\.+[a-z0-9_-]",$url)

 

Many thanks ;D

 

~ Chocopi

Link to comment
https://forums.phpfreaks.com/topic/65503-solved-regex-for-link-with-image/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.