Hi Guys
Hope you are doing well I have one MS Word file which come from e mail attachment and my task here to open that file and using get full text activity
scrape complete data from that file after that search “Sd_Linkdigital_DeviceType:” and fetch look behind the value like desktop in given screen shot the problem is here I am getting file too long error
My regex is (?<=Sd_linkdigital_devicetype:).* I already paste raw data in below with screen shot please help me with correct regex so that I only get “Desktop” or any value after Sd_linkdigital_devicetype:
Thank you so much it is working can you please explain this to improve my learning knowledge what is use of RegexOptions.IgnoreCase and full expression
And what it will do:
- as named it will simply ignore the case and search for the exact word you are using
by default, regex is case sensitive by giving this option it will search the exact word which is in capital or small