How to change the numbering format in a text file to a new format? The original format is a number followed by a dot, how to change it to a number enclosed by a pair of parenthesis?
Input Sample:
1. This is sentence one. 2. This is sentence two. 3. This is sentence three.
Output Sample:
(1) This is sentence one. (2) This is sentence two. (3) This is sentence three.
1. ctrl-o open source text file 2. ctrl-h open 'replace' dialog * set 'replace unit' to 'chars' * set 'replace scope' to 'Line' * set 'search for pattern' to: