| Title |
Test
Find
Img Src Attribute
|
| Expression |
src=(?:\"|\')?(?<imgSrc>[^>]*[^/].(?:jpg|bmp|gif|png))(?:\"|\')? |
| Description |
This pattern matches an image url attribute of an img html tag. It searches for the src attribute and grabs the value as a grouped match - "imgSrc". |
| Matches |
src="http://www.thoughtlava.com/images/logo.gif" | src='http://www.thoughtlava.com/images/logo.gif' | src=http://www.thoughtlava.com/images/logo.gif |
| Non-Matches |
src="http://www.thoughtlava.com/images/logo.wmf" |
| Author |
Rating:
Not yet rated.
Steven Pena
|
| Source |
|
| Your Rating |
|