Hi Online, I tried your solution and it worked for the test string however when I passed your FixSlash function an html string, not all the link backslashes were changed. The file I tested was:
http://www.ctremblay.com/EQT_front_page.htmI have about 2000 like this.
Also, I tried using my reg exp instead:
'<a[^>]*>'
but got a warning error, unkown modifier ']'
not sure why that didnt work. Anyways, any suggestions?
Thanks so much!!!
Oh yea, I havent tried any other solutions yet, I have a nice class setup in PHP that sorts through all files/folders and picks out a file type specified. SO i just need to do the pregexp. Any suggestions are greatly appreciated.!!!