Right so basically,
I have some malformed tags, they have two class attributes, which is breaking things,
So I need to go through and find any tags that are like that,
My IDE has a regex search, but I don’t know what I would put in it,
The regex needs to say, starts with < and has two instances of the word class before it hits a >
How would I write that regex?
something like this I guess: