How to search and replace 2 lines (together) in Eclipse?

后端 未结 5 1980
青春惊慌失措
青春惊慌失措 2020-12-07 22:19

I would like to search multiple files via eclipse for the following 2 lines:

@Length(max = L_255)
private String description;

and replace t

5条回答
提交回复
热议问题