Site Search:

how to wrap blogger html inside html anchor

<Back

step 1, copy content of page, http://xyzcode.blogspot.com/2016/07/example-questions.html into a new post,  click HTML tab, cut the content, paste into a new file sim1.txt.

step 2, Apply the following shell script

cat sim1.txt | sed s'/\(http:..xyzcode.blogspot.com.[0-9]\{4\}.[0-9]\{2\}.[a-zA-Z0-9-]*.html\)/<a href="\1">\1<\/a>/g'
copy the output

step 3. paste above output into the HTML tab, you got the result of the following page.
http://xyzcode.blogspot.com/2016/06/simulation-test-1-80-question-set-answer.html