Hello, I am building a workflow that will be able to compare files in two different directories. To ensure that I am comparing the same file from each directory, I want to join on file path. The file paths will be the same after the first number in the string. I would like to keep only the digits after the first number. Below is an example of a file path and what I would like to keep. I have tried regex, but I am afraid that it has not been working out as well as I am not super familiar with regex expressions. I also tried findstring in a formula but it does not work since the numbers will not always be the same. They are essentially a date from when the file was pulled. Thank you in advance for your help.
Example:
Testing_20210730\HP-Testing\resource\Plan Type\Testing\RULES\FTE_BY3.xml
Keep:
20210730\HP-Testing\resource\Plan Type\Testing\Testing\RULES\FTE_BY3.xml
or
0210730\HP-Testing\resource\Plan Type\Testing\Testing\RULES\FTE_BY3.xml
or
\HP-Testing\resource\Plan Type\Testing\Testing\RULES\FTE_BY3.xml