Search found 2 matches

by regex
Thu Mar 30, 2017 6:17 pm
Forum: Regular Expressions (Archived)
Topic: Deleting varying text between two fixed tags
Replies: 2
Views: 37107

Re: Deleting varying text between two fixed tags

Thank you very much.

It works perfectly.

Have an awesome weekend. :)
by regex
Thu Mar 30, 2017 2:32 am
Forum: Regular Expressions (Archived)
Topic: Deleting varying text between two fixed tags
Replies: 2
Views: 37107

Deleting varying text between two fixed tags

Hi,

I have this on one line:
<h3>South-West High</h3>

I want to keep the h3 tags, and replace the text between them, with:
Summer Clases. The text varies per file as the schools have different names.

I tried searching this forum and found something that's the opposite.

I also want to know how to ...