Definition Group(?(DEFINE)(?'Row'(?:<\/td)?>[^>]+>)) Group Row(?'Row'(?:<\/td)?>[^>]+>) Non-Capturing Group(?:<\/td)? ?repeats the group contents below at most once:
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
tdthe literal text td (case sensitive) >the literal > (6210 / 768 / 3E16)
Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
^start of line
+the literal (3210 / 408 / 2016) , repeated at least once
<tr class="clickable" data-id="the literal text <tr class="clickable" data-id=" (case sensitive) Group AccountID(?<AccountID>[^"]+) Negated Character Class[^"]+ +matches at least one character outside the set below:
"the literal " (3410 / 428 / 2216)
" data-jobid=the literal text " data-jobid= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group JobID(?<JobID>[^\"]+) Negated Character Class[^\"]+ +matches at least one character outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
(?P>Row)calls group Row as a subroutine
Group InvoiceID(?<InvoiceID>[^<]+) Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
Negated Character Class[^ ]+ +matches at least one character outside the set below:
the literal (3210 / 408 / 2016)
\na line-feed (newline) character (ASCII 10)
+the literal (3210 / 408 / 2016) , repeated at least once
(?P>Row)calls group Row as a subroutine
Group Status(?<Status>[^<]+) Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
Group Total(?<Total>[^<]+) Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
Group Balance(?<Balance>[^<]+) Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
Group Technician(?<Technician>[^<]+) Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
(?P>Row)calls group Row as a subroutine
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string