I have a file that I want to extract dates from, it\'s a HTML source file so it\'s full of code and phrases I don\'t need. I need to extract every instance of a date that\'s
if you're using Java you could use Jsoup. This is unclear from your question, please elaborate on what exactly you are trying to do