S
S
Selebur2019-02-23 22:59:24
Regular Expressions
Selebur, 2019-02-23 22:59:24

notepad++. How to delete the entire line up to 3 in a row of the sign ":"?

You need to delete the entire line with text up to 3 characters in a row:

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-02-23
@Selebur

https://regex101.com/r/FuxWof/1
Search pattern: ^([^:\n]*:){3}
Leave the replacement string empty.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question