Hi I have a string that looks like this - Wednesday 16 January 2019
.
I want to check in groovy if this date matches with the format EEEE DD MMMM YYYY
.
Is there a way to do this?
Are there any inbuilt functions that I can use or regex is my only option?
Cheers!