I am trying to get the date from
XXX='<div class="document-published-date">
July 14, 2018
</div>'
I was expecting that something like this would work
re.search('>(.*?)</div>',XXX)
but I am getting an empty result.