LoginSignup
6

More than 5 years have passed since last update.

正規表現、空行を削除する

Posted at

正規表現、空行を削除する

■about

正規表現、空行を削除する

■code

php
//検索文字列
^\n
//置換文字列

■reference

正規表現サンプル(空行を削除する)
http://hodade.adam.ne.jp/seiki/page.php?r_karagyou_sakujo

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6