transactionId=the literal text transactionId= (case sensitive) Group transactionId(?<transactionId>.*?) .*?any character (except for line terminators), repeated any number of times
}the literal } (12510 / 1758 / 7D16)
.*any character (except for line terminators), repeated any number of times
ResourceId:the literal text ResourceId: (case sensitive) \sany whitespace character
Group featureName(?<featureName>.*?) .*?any character (except for line terminators), repeated any number of times
,the literal , (4410 / 548 / 2C16)
.*any character (except for line terminators), repeated any number of times
CPNYID_the literal text CPNYID_ (case sensitive) Group companyId(?<companyId>\d+) \d+a digit, repeated at least once
_AID_the literal text _AID_ (case sensitive) Group aPaymentId(?<aPaymentId>\d+) \d+a digit, repeated at least once
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