Created
July 6, 2011 02:44
-
-
Save froop/1066431 to your computer and use it in GitHub Desktop.
Windowsのdirコマンドの結果をタブ区切りに置換する正規表現(サクラエディタ用)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 置換前:(\d{4}/\d{2}/\d{2}) (\d{2}:\d{2}) +(<DIR>|[\d,]+) +([^ ]+)$ | |
| 置換後:\4\t\1 \2\t\3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment