Tim E.

  • 1 question asked
  • 0 answers
  • 0 best answers (0%)
  • Can I select multiple lines as a variable extractor boundary?

    "Data1": "Filename", "Data2": "123", "Data3": "456" In this example I want to extract the 123. These 3 lines of code appear multiple times, but I need to include multiple...
    Tim E.
    Tim E.

    Tim E.

    Level
    0
    2 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you switch in advanced mode in the variable extractor panel, this kind of regexp should work: "Data1": "Filename",\s?"Data2": "(\d*?)"