I have a table column of sentences and each sentence has a date that I want to get, all of the sentences are a bit different but the dates all come after "the due date is"
example:
"text text text the due date is 04/26/2017 text text text text"
how can I fetch only the dates that comes immediately after "due date is" I am wondering if I can fetch the 10 characters that comes after "due date is" since the dates are all 10 characters long