Hi Taco, Thanks so much for the help. Your input is greatly appreciated.
Randy... -----Original Message----- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 10:49 PM To: CF-Talk Subject: RE: RegEx help Try this reReplaceNoCase( string, 'src=".*?/([a-z]+\.[a-z]{3,})"', 'src="#mypath#\1"', "all" ) Havent tried it, but give it a go, might get you going. Taco Fleur - Chief Executive Officer Pacific Fox http://www.pacificfox.com.au an industry leader with commercial IT experience since 1994 . ** Web Design and Development ** SMS Solutions, including developer API ** Domain Registration, .COM for as low as AUSD$15 a year, .COM.AU for AUSD$50 two years! ** BlackBerryR Business Solutions www.OzBlackBerry.com ** We endorse PayPal, accept payments online now! ** Seamless Merchant integration > -----Original Message----- > From: r_pringle [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 9 November 2005 1:38 PM > To: CF-Talk > Subject: RegEx help > > > I need some help with a regex problem. > > > > Paging Ben Doom, and other regex Gods.:) > > > > > > I need to change the src path in all img tags in a string. > > > > IE > > > > src="http://blahblah/blah/somefile.gif" > > or > > src="/blahblah/blah/somefile.gif" > > or > > src="file:/blahblah/blah/somefile.gif" > > > > > > to > > > > src="#mypath#somefile.gif" > > > > the image file can be a gif,jpg,png, or tif > > > > Any help would be greatly appreciated. > > > > > > Thanks > > > > Randy... > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223798 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

