Microsoft
Software
Hardware
Network
Question : PHP/RegEx to Extract Data from img tag
I have some code that is looping through some copy on my site.
I'm looking to do something like this:
//Check if the line contains <img src="">
if(isImage($lineToCheck)) {
//If it is, extract alt text, and img src.
}
It checks to see if $lineToCheck contains an img tag, and if it does, it pulls out the Alt text, and the img src.
Answer : PHP/RegEx to Extract Data from img tag
Found a solution trough the forum from Shadow Protect
Random Solutions
Shell script to queue commands
Password Protect Folder
From BCD to ADO
sendAndLoad onHTTPStatus issue
InfoPath - CONCAT, Line break and copying user comments into a repeating table each time a new user adds comments in a browser-enabled field
How to cleanly kill an Excel object from memory.
License CAL Exchange 2007
Revert to Visual Studio 2008
Show All Records In Query if Nothing Selected in Listbox - Part II
java include : a simple question