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
Accessing an FTP server internally that is on a different subnet.
GETDATE and GETUTCDATE does not exist in MySQL
Sonicwall TZ210
How do create a Windows batch script to start a service and set to automatic
overriding jsf default message resources mechanism
QUERY
Crosstab Query To Excel - Number Format
powershell
Windows 7 with 2000 Domain
VPN between SSG 20 and RVO42 does not come up. "ERROR: Peer did not send a proxy id"