Seems simple ... but fails
Posted: Sun Sep 22, 2013 11:14 am
Where am I going wrong with this replace please? I want to turn this
Accessibility Controls
access.cpl
Add Hardware Wizard
hdwwiz.cpl
Add/Remove Programs
appwiz.cpl
etc
into this
Accessibility Controls: access.cpl
Add Hardware Wizard: hdwwiz.cpl
Add/Remove Programs: appwiz.cpl
etc
I don't see why this doesn't work:
Find
(.*)\n(.*)\n
Replace with
\1: \2\n
--
Terry, East Grinstead, UK
Accessibility Controls
access.cpl
Add Hardware Wizard
hdwwiz.cpl
Add/Remove Programs
appwiz.cpl
etc
into this
Accessibility Controls: access.cpl
Add Hardware Wizard: hdwwiz.cpl
Add/Remove Programs: appwiz.cpl
etc
I don't see why this doesn't work:
Find
(.*)\n(.*)\n
Replace with
\1: \2\n
--
Terry, East Grinstead, UK