I have a text file with lots of strings with this structure: L1 - internal-pdf://some text here/more text here.pdf
... where "some text here" is different for each string (so is "more text here" but I don't need to mess with that part). I'm trying to run a Find and Replace so I can replace the portion "internal-pdf://some text here/" with "file://C:/References/" So the above example would go from: L1 - _internal-pdf://some text here_/more text here.pdf ... to ... L1 - _file://C:/References_/more text here.pdf Basically, I need to find and replace everything (inclusive) between "internal-pdf" and the last "/". Any suggestions on how to write the expression and do this with PSPad? Thanks. -- <http://forum.pspad.com/read.php?2,50401,50401> PSPad freeware editor http://www.pspad.com
