/t5/coldfusion-discussions/regex-help/m-p/888099#M81718Dec 12, 2008
Dec 12, 2008
Copy link to clipboard
Copied
Mrs. Man wrote:
> Hello i need some help with regex to do the following
>
> String to get:
>
http://www.domain.com/images/pic.jpg >
> String to search:
> <img src="
http://www.domain.com/images/pic.jpg"
width="202" height="62" />
>
> Using the following regex expression:
> <img src="([^>]*[^/]?)>