![]() |
Search + REPLACE 98 + Similiar
Search and replace 98 is a great program for chaning my html anyone know a program which do it for php files as well?
|
is it just a simple search and replace?
I use textpad for mine and it's free... if not I'm sorry... |
Another prog.. I think best of the lot is CodeSwitcher ... searches thru defined directories for blocks of code and S&R's the lot..
|
I use an app called bk replaceEm
I have not used it for php but it lets you pick the extentions of the files you want to process in a folder. |
Quote:
|
Search & Replace 98 can do the php files as well.. just put them in a directory that contains just those files and select 'all files' when you pick that directory...
|
And people ask me why I like Unix some much
find . -name "*.php" | xargs perl -i.back -pe "s/search/replace/g" Shell in and run this in the top folder you want to make changes too, then of course replace the search and the replace with the items you are wanting to make switch :) Tim :Graucho |
All times are GMT -7. The time now is 06:25 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123