Question : Regex to remove content from alt attribute in image tag

Hi, I want to replace the contents from inside of an alt attribute in an image tag to just be "".  So for instance, the following code:

<a href="http://view.picapp.com/pictures.photo/news/president-obama-signs/image/9397574?term=barack+obama" target="_blank"><img src="http://view.picapp.com/pictures.photo/image/9397574/president-obama-signs/president-obama-signs.jpg?size=234&imageId=9397574" border="0" width="234" title="U.S. President Obama Signs Finance Reform Bill Into Law in Washington" height="288" oncontextmenu="return false;" ondrag="return false;" onmousedown="return false;" alt="U.S. President Barack Obama (2nd R) signs the the financial reform bill into law during a ceremony with (L-R) Rep. Paul Kanjorski (D-PA), Speaker of the House Nancy Pelosi (D-CA) and Senate Majority Leader Harry Reid at the Ronald Reagan Building and International Trade Center on July 21, 2010 in Washington, DC. A sweeping expansion of federal financial regulation in the wake of the worst recession since the Great Depression, the bill will create a consumer protection agency, lay out a blueprint for disassembling financial entities considered too big to fail, and many other reforms. UPI/Chip Somodevilla/Pool Photo via Newscom" /></a><script type="text/javascript" src="http://view.picapp.com//JavaScripts/OTIjs.js"></script>

Should just be:
<a href="http://view.picapp.com/pictures.photo/news/president-obama-signs/image/9397574?term=barack+obama" target="_blank"><img src="http://view.picapp.com/pictures.photo/image/9397574/president-obama-signs/president-obama-signs.jpg?size=234&imageId=9397574" border="0" width="234" title="U.S. President Obama Signs Finance Reform Bill Into Law in Washington" height="288" oncontextmenu="return false;" ondrag="return false;" onmousedown="return false;" alt="" /></a><script type="text/javascript" src="http://view.picapp.com//JavaScripts/OTIjs.js"></script>

How can I do this using Regex in ColdFusion?

Answer : Regex to remove content from alt attribute in image tag

what appears when you right click on "Speakers - Realtek High Definition Output - Working"?  
Set the speakers to be the default device and the default communication device.

let me know if anything changes with that.
Random Solutions  
 
programming4us programming4us