Example strings:
00668907-2018-6-19_
00679506_-_2018-11-16_14.45.15_-_PQuinones
I played around with the tools at https://regexr.com/ and came up with this expression: ^.*?-([0-9-]+) which works for the first example, but I can't get anything to work with the second example string. Can anyone provide some assistance? The goal is to extract only the date in YYYY-MM-DD format from the Laserfiche entry name in a workflow task.
Thanks!