pspad: -------------------------------------------------------------------------------- Search for: [\w-]+\://.*/ Replace: what you need [x]Regular expressions --------------------------------------------------------------------------------
Progress! This finds the strings I'm looking for, but it also finds portions of strings that like this: UR - _http://www.ncbi.nlm.nih.gov/entrez/_query.fcgi?cmd=Retrieve&db=PubMed&dopt =Citation&list_uids=2378333 These should be ignored. The strings I'm looking for will always begin with "L1 - internal-pdf://" (but I need to keep the "L1 - " part). Can I edit the expression to find anything that starts with "internal-pdf://" and ends with "/"? Thank you. -- <http://forum.pspad.com/read.php?2,50401,50403> PSPad freeware editor http://www.pspad.com
