<EventTypeCode csd-code=the literal text <EventTypeCode csd-code= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group myEventTypeCode(?<myEventTypeCode>ITI-18) ITI-18the literal text ITI-18 (case sensitive) \"the literal " (3410 / 428 / 2216)
.+?any character, repeated at least once
<ActiveParticipant UserID=the literal text <ActiveParticipant UserID= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group myUserID(?<myUserID>\w{0,}) \w{0,}any word character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
UserName=the literal text UserName= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group myUserName(?<myUserName>[^\"]*) Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
UserIsRequestor=the literal text UserIsRequestor= (case sensitive) \"the literal " (3410 / 428 / 2216)
truethe literal text true (case sensitive) \"the literal " (3410 / 428 / 2216)
.*?any character, repeated any number of times
<RoleIDCode csd-code=the literal text <RoleIDCode csd-code= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group myRoleCode(?<myRoleCode>\w{1,}) \w{1,}any word character, repeated at least once
\"the literal " (3410 / 428 / 2216)
.+?any character, repeated at least once
<AuditSourceIdentificationthe literal text <AuditSourceIdentification (case sensitive) .+?any character, repeated at least once
AuditSourceID=the literal text AuditSourceID= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group myAuditSourceID(?<myAuditSourceID>.+?) .+?any character, repeated at least once
\"the literal " (3410 / 428 / 2216)
>the literal > (6210 / 768 / 3E16)
.+?any character, repeated at least once
<ParticipantObjectIdentification ParticipantObjectID=the literal text <ParticipantObjectIdentification ParticipantObjectID= (case sensitive) \"the literal " (3410 / 428 / 2216)
Group myParticipantObjectID(?<myParticipantObjectID>\d{1,}) \d{1,}a digit, repeated at least once
Negated Character Class[^\"]+? +?matches at least one character outside the set below:
\"the literal " (3410 / 428 / 2216)
2the literal 2 (5010 / 628 / 3216)
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
5the literal 5 (5310 / 658 / 3516)
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
1the literal 1 (4910 / 618 / 3116)
\.the literal . (4610 / 568 / 2E16)
.+?any character, repeated at least once
\"the literal " (3410 / 428 / 2216)
ParticipantObjectTypeCode=the literal text ParticipantObjectTypeCode= (case sensitive) \"the literal " (3410 / 428 / 2216)
1the literal 1 (4910 / 618 / 3116)
\"the literal " (3410 / 428 / 2216)
ParticipantObjectTypeCodeRole=the literal text ParticipantObjectTypeCodeRole= (case sensitive) \"the literal " (3410 / 428 / 2216)
1the literal 1 (4910 / 618 / 3116)
\"the literal " (3410 / 428 / 2216)
>the literal > (6210 / 768 / 3E16)
g modifier: global. Finds all matches instead of stopping after the first
s modifier: single line. Allows a dot to match line terminators