I’m trying to use “Edit Replace in files” to find/delete a long list of code with non-sequential numbers in them such as :
id=“i251”
id=“i253”
id=“i274”
id=“i288”
id=“i289”
and on down the file.
I just couldn’t figure this one out !
How can I do that ?
What is the correct regex for this ?
I should note that these are inside a link anchor tag
<a id=“i54”> </a>