img や br タグを閉じる


img や br タグを閉じる正規表現メモ。

:%s@\(<img[^>]\+[^/]\)\(>\)@\1 />@g
:%s@\(<input[^>]\+[^/]\)\(>\)@\1 />@g
:%s@<br>@<br />@g
カテゴリー: Vim   パーマリンク

コメントをどうぞ

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>