Find Job Number in file path
Hi,
I need to find the Job Number only stored in variable.
In the below file path, I need the 8 digit number only(98456357, 88456656, 98456357)
Sample file path are below:
/Users/Shared/Siraj/98456357_Octt/ENL.indd
/Users/Shared/Siraj/88456656_Octt/Document/PHL.indd
/Users/Shared/Siraj/98456357_Octt/Document/Check/PHL.indd
var myFilePath = app.activeDocument.filePath
Thanks in Advance
Siraj