Sublime Forum

How to delete first few characters of everyline

#1

Hi,
I have a document, of more then 1500 line, i would like to delete first few charaters of each line.

here is how the lines look like

**38] \ @brunogalindo: text text text"
** [39] \ @brunogalindo: ** text text text"
** 40] \ @revolutionsyrie
: l text text text"
[41] \ @revolutionsyrie: l text text text
[42] \ @brunogalindo: text text text"

i woul like to delete red words.

0 Likes

#2

Search for ^:]* using regexp

0 Likes