User: Kenneth -- 2014-04-29 << 1197 1199 >> |
Hits: 3875 |
Type: Html text generator |
Search all Html text generator examples |
Description: |
Hi, I got a list of URL and wanna convert them to hyperlink in HTML, how can I do this with RP? |
Input Sample: |
http://www.google.com http://www.bing.com http://ebay.com |
Output Sample: |
<a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://ebay.com">http://ebay.com</a> |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open text file with an URL in each line 2. ctrl-h open 'replace' dialogue * set 'replace unit' to 'Line' * set 'replace with pattern' to: 3. click 'replace', done. 4. ctrl-s save to file. |
Screenshot 1: Replace_Window |
Similar Examples: |
How to change each line into specified format? (71%) How to change each line of data to the specified format? (65%) How to change a file with special format to csv? (62%) How to re-arrange lines with in a specified number of lines? (58%) How to convert a text file to specified format? (58%) How to change the order of lines according to specified position? (56%) How to batch rename files to the specified pattern found in file content? (54%) How to exchange line3 and line4 in 4-line-groups matching specified pattern? (53%) |
Check Demo of Html text generator |
Keywords: |
hyperlink href a href perl html text generator url link convert text generator conver convert line to a list specified format list text generator text list generator line text generator format convert format line line format |