RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Pattern Title
Expression
<img .+ src[ ]*=[ ]*\"(.+)\"
Description
Gets the image url in an HTML <IMG> tag.
Matches
<img src="test.jpg"> | <img align = "left" src = "test.jpg"&g
Non-Matches
unknown
Author Rating: Not yet rated. Judah Himango
Title Test Details Pattern Title
Expression
[ ]*=[ ]*[\"]*cid[ ]*:[ ]*([^\"<> ]+)
Description
This is a Microsoft .NET/Mono regular expression that can be used to find the address of an embedded image inside an HTML email body. The address will be the 2nd group found in the match.
Matches
<img src="cid:00a601c57cba$14028d40$ed5cc23e"> | background=cid:034701c5d97f$7c12fba
Non-Matches
<img src="no.jpg">
Author Rating: Not yet rated. Judah Himango
   Displaying page 1 of 1 pages; Items 1 to 2

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials