First let me say you product is great there is no product like it I especially like the feature to convert encodings. Often I need to find one line of code and replace it with 10 how can i do this in Ultraedit
for example
Find
[php]define("_BWEL",[/php]
and replace with
[php]define("_ABR_MONDAY","Mon");
define("_ABR_TUESDAY","Tues");
define("_ABR_WEDNESDAY","Wed");
define("_ABR_THURSDAY", "Thurs");
define("_ABR_FRIDAY","Fri");
define("_ABR_SATURDAY","Sat");
define("_ABR_SUNDAY","Sun");
define("_BWEL",define("_BWEL",[/php]



