I write a regular
Pat='& lt; Div & gt; . *? (. *?) . *?

CodePudding user response:
. *? Can't match a newline, either you add \ n in the back, or open the multi-line matching switch.CodePudding user response:
Multi-line matching how oh? Thank you very much!