"Status":the literal text "Status": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group cstatus(?<cstatus>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
.*?any character (except for line terminators), repeated any number of times
"ProblemFlag":the literal text "ProblemFlag": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group probflag(?<probflag>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
.*?any character (except for line terminators), repeated any number of times
"IncreasePending":the literal text "IncreasePending": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group increasePend(?<increasePend>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
.*?any character (except for line terminators), repeated any number of times
"SafePay":the literal text "SafePay": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group safepay(?<safepay>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,"PastDue":the literal text ,"PastDue": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group pastdue(?<pastdue>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,"LastPmtAmt":the literal text ,"LastPmtAmt": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group lastpayamt(?<lastpayamt>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,"NextPmtAmt":the literal text ,"NextPmtAmt": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group nextpayamt(?<nextpayamt>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,"LastPayDate":the literal text ,"LastPayDate": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group lastpaydate(?<lastpaydate>.*?) .*?any character (except for line terminators), repeated any number of times
"?optionally matches the literal " (3410 / 428 / 2216)
,"NextDebitDate":the literal text ,"NextDebitDate": (case sensitive) "?optionally matches the literal " (3410 / 428 / 2216)
Group nextdbtdate(?<nextdbtdate>.*?) ,"AddendumDate":the literal text ,"AddendumDate": (case sensitive) Group addendmdate(?<addendmdate>.*?) }the literal } (12510 / 1758 / 7D16)
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