Pario TechnoBlob
About Posts

Tag: replace

Replace specific HTML tags using sed and regular expression In this post I would like to replace all HTML tags in a HTML file with a tag. # sed -e 's/<embed[^]>/<strong>/g' filename.html newfile.html And if you would...
Jun 12, 2009 3:33PM
vim search and replace text Different ways of replacing text etc. Replace every occurrence of pattern1 (pat1) with pat2 :g/pat1/s//pat2/g Replace every occurence of pattern1 (pat1) with a newline...
May 7, 2007 1:14PM
mySQL search and replace UPDATE ´tablename´ set field = replace(field, ’searchString’, ‘replaceString’);
Apr 27, 2007 3:54PM
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom