Answer the question
In order to leave comments, you need to log in
How to remove certain text with regular expressions?
The text contains inserts in the form
/web/20171226040616/http://www.vk.com/share.php?url=
, they all start with /web/
, then there may be numbers with letters and a slash, how can I delete them in bulk so that it remains http://www.vk.com/share.php?url=
? Answer the question
In order to leave comments, you need to log in
\/web\/\w.*(?=http) replace with '' removes everything from /web/ to http not including http
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question