I have a date (eg. yyyy-mm-dd hh:mm:ss) and I want to be able to return true if we have a string matching that pattern, completely, or that partially matches that pattern, from beginning to end. eg. I have a date (eg. yyyy-mm-dd hh:mm:ss) and I w
I have a date (eg. yyyy-mm-dd hh:mm:ss) and I want to be able to return true if we have a string matching that pattern, completely, or that partially matches that pattern, from beginning to end. eg. I have a date (eg. yyyy-mm-dd hh:mm:ss) and I w