Hello guys. Im trying to write a Regex formula, that would extract text from a View page source page of a website. The webpage and the data that I need looks like this:
The regex that I have now looks like below:
Regex.Match(strScriptText,"(?<=impressions':)[\s\S]+?\]").Value
The thing is, that my regex doesn’t work. I’m hoping to get some advice for it to work. Thanks