For this example we are going to select everything in between "
plus id=
, just because what I'm trying to achieve is remove/clean my HTML
code from id's
using Sublime replace text
option
id="(.*?)"
Here you'll find an example of my code.