How to delete each number at the beginning of a line in Notepad or Microsoft Word?

In Microsoft Word, use Replace (CtrlH) with:

<[0-9]@ (http)

replace with:

\1

Make sure "Use wildcards" is enabled.


Using Notepad++ text editor you can use Column mode selection. Press Alt before select the text you want to delete an it allows you select a column (instead the complete rows of the selection) Also Notepad++ has a portable version and is not necessary to install anything to do this.