Regular Expressions 101

Community Patterns

ITI-18 ActiveParticipant and ParticipantObjectIdentification with Emergency Access

0

Regular Expression
PCRE (PHP <7.3)

/
<EventTypeCode csd-code=\"(?<myEventTypeCode>ITI-18)\".+?<ActiveParticipant UserID=\"(?<myUserID>\w{0,})\" UserName=\"(?<myUserName>[^\"]*)\" UserIsRequestor=\"true\".*?<RoleIDCode csd-code=\"(?<myRoleCode>\w{1,})\".+?<AuditSourceIdentification.+?AuditSourceID=\"(?<myAuditSourceID>.+?)\">.+?<ParticipantObjectIdentification ParticipantObjectID=\"(?<myParticipantObjectID>\d{1,})[^\"]+?2\.16\.756\.5\.30\.1\.194.+?\" ParticipantObjectTypeCode=\"1\" ParticipantObjectTypeCodeRole=\"1\">
/
gs

Description

no description available

Submitted by anonymous - 4 years ago