V
V
Valery Pavlenko2020-02-17 12:05:18
Regular Expressions
Valery Pavlenko, 2020-02-17 12:05:18

How to remove time data in each line in Notepad++?

Can you please tell me how to remove the time data in each line using regular expressions using Notepad ++? There are many such lines. Deleting manually is too laborious. The example is just a snippet of text.
Text :
https://pastebin.com/bFXui63G
Screenshot (what needs to be removed is highlighted in red) :
5e4a56eaba3ec107775085.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ronald McDonald, 2020-02-17
@trudogolik

Remove everything that matches the regexp:
[\(](.*)[\)]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question