Archive: replace

 

Posts Tagged ‘replace’


If you need to do a bulk find and replace operation on a load of files within a particular folder structure, for example when refactoring some of your code, then instead of trying to use your IDE you could give this little app a try. It’s called Regexxer: http://regexxer.sourceforge.net/ And is in the Ubuntu repositories [...]



 

One of the most common things that needs to be done when tidying up a database is to bulk find and replace data in MySQL tables. This can be for things like spelling mistakes, changing categories of products or any other value held in a MySQL database table. Its an easy thing to do though [...]