Search found 3 matches
- Sat Oct 22, 2005 9:30 am
- Forum: Regex
- Topic: Matching Media Files and Image Sources
- Replies: 4
- Views: 3651
- Sat Oct 22, 2005 9:09 am
- Forum: Regex
- Topic: Matching Media Files and Image Sources
- Replies: 4
- Views: 3651
- Sat Oct 22, 2005 4:36 am
- Forum: Regex
- Topic: Matching Media Files and Image Sources
- Replies: 4
- Views: 3651
Matching Media Files and Image Sources
I am trying to write a regex which finds links in a file and the image the link represents. The format of what I am trying to match may look like the following: <a href="some.mpg"><img src="some.jpg"></a> My problem is that other tags may be present. Also the html code may span m...