User: editor -- 2012-05-17 << 945 947 >> |
Hits: 4619 |
Type: Regular expression replace |
Search all Regular expression replace examples |
Description: |
I have jpg files names in my notepad document and need to do the following:change each jpg file inside the notepad. Basically remove everything between and including products/................. and last / (forward slash)so I get only domain name images/then the all the text that is between the last forward slash and .jpg each JPG file has different text in it |
Input Sample: |
http://www.gourmetgiftbaskets.com/images/products/Champagne-Gift-Baskets/Champagne-And-Truffles-Gift-Basket_small.jpg |
Output Sample: |
http://www.bestfoodgiftbaskets.com/images/Champagne-And-Truffles-Gift-Basket_small.jpg |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open text file 2. ctrl-h open replace dialog * set 'replace unit' to 'chars' * set 'replace scope' to 'Line' * set 'search for pattern' to 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Similar Examples: |
How to remove everything before first space in each line? (75%) How to remove everything from start of line to the first comma in each line? (70%) How to remove everything before first space in filename? (65%) How to remove everything after the first comma in each line in a text file? (65%) How to remove everything after the second specified keywords in each line? (63%) How to remove the text from line start to the first ":" in each line? (63%) How to remove everything between a pair of parenthesis in multiple files? (62%) How to remove everything that appears before the "->" in each line? (62%) |
Check Demo of Regular expression replace |
Keywords: |
forward slash notepad remove everything between how to remove everything between asic images remove everything image inside document set replace everything between search and replace jpg file name search all jpg files remove last line get text between different names replace chars between get between |