Microsoft
Software
Hardware
Network
Question : Regular Expression to create spacing / new lines
So... I'm in notepad++, I have a text file with a list of filenames:
7-803-1997
46-183-1999
7-159-1985
14-4993-2008
84-1068-2008
I want to run an expression in find/replace that can reformat as follows:
7
803
1997
46
183
1999
and so on... basically breaking it down to three lines per record. Is this possible?
Answer : Regular Expression to create spacing / new lines
1: 2: 3: 4: 5:
Find: (\d+)-(\d+)-(\d+) Replace: \1\r\n\2\r\n\3\r\n
Random Solutions
Parse autosys jil file using Unix tools
In Sent Items, how can I tell if a message was sent with Read Receipt Requested
How do web hosting providers keep public ip addresses live when one ISP fails
Terminal Services lock down question
sql query help
How do i download my dreamweaver site to a different computer than the one I uploaded it on?
how to delete partial contents of a cell?
Is there a tool to check to see who has enabled auto-forward in outlook
In Perl, how do I check if a value already exist in the database
Need help building a regex