W
W
web-7202020-12-13 11:14:33
Notepad++
web-720, 2020-12-13 11:14:33

How to remove tags using notepad regex?

The sql file has tags with different numbers:

<div mark=\"161\" model=\"2701\"></div>
<div mark=\"140\" model=\"2708\"></div>
и тд

How can I remove them all with notepad regex? Nothing works....

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-12-13
@Web-720

<div mark=\\"\d+\\" model=\\"\d+\\"></div>
https://regex101.com/r/hz3lzF/1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question