O
O
Oleg Pravdin2016-04-28 08:59:42
Regular Expressions
Oleg Pravdin, 2016-04-28 08:59:42

Is it possible to replace strings in VS Code using a regular expression?


<div class="col span_1_of_5">(.*?)</div>
Hello, in Visual Studio Code, I 'm doing a file search using a regular expression:
<li>(тут содержимое)</li>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2016-04-28
@opravdin

<li>$1</li>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question