Ad Widget

Collapse

Web monitoring with regex

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • claudiobrum
    Junior Member
    • Oct 2022
    • 1

    #1

    Web monitoring with regex

    Hi!
    Im trying to monitor a website html code with regex.
    I need to get the background color of page to know if my service is up or down

    I tried this expression and code on regex101:

    Expression: 153*.{16}.22078

    Code: <td style="text-align: center; background-color: rgb(153, 255, 153);">170.00.00.1:22078</td>

    and it works, but in "required pattern" of step, dont.

    Can anyone help?
Working...