I want to remove all text between html tag after I searched the relevant topic I found (?s)<h1>.+?</h1>
can solve my problem but I can use this in JavaScript.Is there any Reg Exp similar this Reg Exp and can use in JavaScript.
Thank you in advance.