Hi,
I am trying to monitor a site; I am getting a long text while monitoring a specific area of page.
I need the first word in line 13 in this text.
For some reason I couldn’t make it this regex in configuration, I also used ChatGPT.
Can someone assist with that?
Here are some examples that didn’t work well, always getting additional text that I don’t need.
^(?:[^\n]*\n){12}\s*(\w+)
^(?:[^\r\n]*\r?\n){12}\s*([^\s]+)
I appreciate your assistance in advanced.