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
PPTP VPN via Windows 2008 R2
Access 2007 Combo box synchronization
I am having issues with IIS and SQL Reporting services.
Backup Exec 12 - Catalog issue
Domain Troubles.
making first word bold
how to search a clob field in Oracle database
Access Report Help Needed
Dell proprietary XP version?
Sequence of Form/Control events vs Mouse/Keyboard events