I'm so used to typing [\d]+ and I just noticed that I used it here; probably could remove the square brackets as well as the plus sign.
find: <h(\d)>(.)(.*)</h\d>
But at least I'm ready for when the HTML standard adds an h10 tag.
Last edited by hobnail; 09-30-2020 at 02:25 PM.
|