#20555
Stefan
Participant

To replace “one colon followed by one-or-more spaces”
by “one colon followed by one tab character”
use Regular Expression Search&Replace

Find: :\s+
Repl: :\t
[X] Use Regular Expressions
 

 
HTH?
 
Example:

FROM:
Device ID: . . . . . . . 0
Interface: . . . . . . . RAID
Device Capacity: . . . . 476937 MB
Serial Number: . . . . . WD-WCC2EET06341
Model Number: . . . . . .WDC WD5000AAKX-75U6AA0
Firmware Revision: . . . 19.01H19
( dots represent spaces here )

TO:
Device ID:->	0
Interface:->	RAID
Device Capacity:->	476937 MB
Serial Number:->	WD-WCC2EET06341
Model Number:->	WDC WD5000AAKX-75U6AA0
Firmware Revision:->	19.01H19
( '->' represents a tab char here )