Search found 2 matches

by imperial
Mon Oct 28, 2013 9:15 am
Forum: TextCrawler
Topic: Extracting text between tags
Replies: 2
Views: 12678

Re: Extracting text between tags

The current version doesn't support writing just the found text to a new file. (Hopefully next version?)

However you could possibly do this by making a backup copy of your files, then running a search for .*<tagname> and replacing with nothing, and then repeating this for </tagname>.* and ...
by imperial
Sun Oct 27, 2013 6:53 am
Forum: TextCrawler
Topic: Extracting text between tags
Replies: 2
Views: 12678

Extracting text between tags

Firstly thank you so much for this tool and thank you for making it free :D

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 ...