1. ctrl-o open text file 2. ctrl-h open replace window * set 'replace unit' to 'Chars' * set 'replace scope' to 'Line' * in 'search for pattern', enter: 3. click 'replace', done! 4. for multiple files, click 'Batch...' button in step 3, and drag multiple files to 'Batch Runner' window, and click 'Batch Replace'. Note: regular expression "^\s*\d+\.\s*" means numbers followed by a period, \s* means any number of spaces |