Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out of memory on UCase()
Message
From
29/07/2013 07:39:02
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01579306
Message ID:
01579333
Views:
40
Update


This is the correct pattern
string pattern = @"\<img\s+src\s*=\s*(""(?<image>[^""]*)""|'(?<image>[^']*)'|(?<image>[^""' ]*))";
since the image does not need to be enclosed in quotes

Just ran this on the members on-line page
<IMG SRC=Images\Point.gif
Matches.Count = 74
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform