|
|
|
|
|
by thethirdone
2630 days ago
|
|
> but I never want to be in a place where I have to regex my code...ever). I use regex search and replace fairly often; why are you so opposed to it? If I need to change $t1 into t1 in a group of 6 lines (something I did today), its pretty easy to just make that replacement automatically. Doing it by hand would just take longer. > ... with an occasional refactoring That's exactly what I use the feature for. |
|