R.A. Epigonos et al.

連続する空白を削除

D:\>perl -pe "s/(  +|\t\t+)//g" test.html
4 spaces 1 space
2 tabs  1 tab
D:\>perl -pe "" test.html
    4 spaces 1 space
                2 tabs  1 tab
D:\>

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2007-12-04T22:26:15+09:00
  2. Modified: 2007-12-04T04:52:31+09:00
  3. Generated: 2023-08-27T23:09:14+09:00