Matching within HTML Tags
-
I’ve seen a few other posts here on this but not a solution. Sorry if I should add to those threads.
My specific use case is for abbreviations within table cells. Often that’s just
<td>ABBR</td>
(or ath
or astrong
) without any spaces.I looked at the regex but… not gonna happen! I was wondering if anyone out there had figured out a pattern to use that would include text within
>
and<
but, of course, not between<
and>
. Come to think of it, by editorial convention, all of the acronyms in the project I’m working on are UPPER case and, by nerd convention, all of my code is in lowercase so there’s not really a chance for HTML tag collision.Alternatively, if anyone can think of a way to filter table cells to pad the content with spaces via filter before Text Hover does it’s magic, I’m listening!
- The topic ‘Matching within HTML Tags’ is closed to new replies.