Hi the following regular expression is getting every thing after Closing Date:
“(?<=Closing Date:).*”
But some time there is some text after the date. The date can be in several formats. I need to get only the date and not the text after that. How can I change the regex?