Extracting text between tags
Posted: Sun Oct 27, 2013 6:53 am
Firstly thank you so much for this tool and thank you for making it free
I have a quick question, I have a whole heap of text files and I need to extract text that sits between two tags (html) I then need this extracted text to be saved to files (each indivdual file has the same tags but the text in between is different).
I have done regular expression <tagname>[\s\S]*</tagname>
And this works great as it selects the text in between the tags from each file, however I am stuck as what to do next?
Any help would be greatly appreciated.

I have a quick question, I have a whole heap of text files and I need to extract text that sits between two tags (html) I then need this extracted text to be saved to files (each indivdual file has the same tags but the text in between is different).
I have done regular expression <tagname>[\s\S]*</tagname>
And this works great as it selects the text in between the tags from each file, however I am stuck as what to do next?
Any help would be greatly appreciated.