I'm writing a workflow to populate a template with info based on the name of the file.
The files will be formatted like this example: MISC_RTI_123016
The template has 3 fields.
I need to populate one field with MISC, another field with RTI, and another field with 123016.
The length and the name of the file varies, but it will always be TEXT_TEXT_NUMBER.
What would be the correct regex to use with pattern matching in order to isolate each section of the file name?