Hi,
I have only done simple workflows.
Now I want to create a new workflow that reads in PDF in a directory path. An email address is part of the file name.
How do I extract the email address that is part of the file name? For example, if the filename is
Mary-Jane Doe_mjdoe@uwo.ca_2017 Feb 27.pdf
I want to extract mjdoe@uwo.ca from the file name. How do I extract the email address that is in between of the underscores (_)?
Thanks,
Teng