I’m struggling to manipulate below string.
I’m trying to find a way to trim all the strings before the last "" and trim after the whitespace before the word “Exhibit”.
this is to apply this manipulation to rest of my documents.
Any suggestions or help would be much appreciated!
String: C:\Users\leek25\Desktop\UIpath\readwordTest****BEST test LIMITED Exhibit 100 .docx
I don’t think it’s a valid file name, because you can’t *** in the file name. Could you please provide a proper file name(mask the characters as needed) ?
directory path and file names are dynamic and exhibit numbers increase per file. (ii have to check 50 - 100 files every fortnight)
this regex would be the option but i’m just trying to figure out how they work as i’m not quite familiar with it.