GREP: Changing <H1> Text </H1>
So I am new to using GREP formatting. Is there a way to say:
"Change all things between <H1> and </H1> to character style Heading 1 (which I have defined)"?
There has to be a way to do this right? It's not <H1>\w</H1> (because that's just one 1 word) and it's not <H1>.*</H1> (I'm not really use how to repeat it).

