Eclipseの検索/置換プロンプトを使用してjavadocコメントのみを含む行を削除するにはどうすればよいですか。
私は次のシナリオを持っています、
/** The panel. */
private JPanel panel;
/** The text field. */
private JTextField textField1;
/** The text field_1. */
private JTextField textField2;
/** The button. */
private JButton button;
/** The combo box. */
private JComboBox comboBox;
ここで、 / **を含む行全体を削除したいのですが、行を検索して削除するには、 eclipse
で
どの正規表現を使用する必要がありますか?