Regular Expressions 101

Community Patterns

CSN CISCO SAINTE

0

Regular Expression
PCRE (PHP <7.3)

/
1,\d,(?<tronco>[^,;]+),(?<origLegCallIdentifier>[^,;]+),(?<dateTimeOrigination>[^,;]+),(?<origNodeId>[^,;]+),(?<origSpan>[^,;]+),(?<origIpAddr>[^,;]+),"?(?<ramal>\d{4,8})"?,(?<callingPartyUnicodeLoginUserID>[^,;]+),(?<origCause_location>[^,;]+),(?<origCause_value>[^,;]+),(?<origPrecedenceLevel>[^,;]+),(?<origMediaTransportAddress_IP>[^,;]+),(?<origMediaTransportAddress_Port>[^,;]+),(?<origMediaCap_payloadCapability>[^,;]+),(?<origMediaCap_maxFramesPerPacket>[^,;]+),(?<origMediaCap_g723BitRate>[^,;]+),(?<origVideoCap_Codec>[^,;]+),(?<origVideoCap_Bandwidth>[^,;]+),(?<origVideoCap_Resolution>[^,;]+),(?<origVideoTransportAddress_IP>[^,;]+),(?<origVideoTransportAddress_Port>[^,;]+),(?<origRSVPAudioStat>[^,;]+),(?<origRSVPVideoStat>[^,;]+),(?<destLegIdentifier>[^,;]+),(?<destNodeId>[^,;]+),(?<destSpan>[^,;]+),(?<destIpAddr>[^,;]+),"?(?<numerob>\d{5,9})"?,(?<finalCalledPartyNumber>[^,;]+),(?<finalCallPartyUnicodeLoginUserID>[^,;]+),(?<destCause_location>[^,;]+),(?<destCause_value>[^,;]+),(?<destPrecedenceLevel>[^,;]+),(?<destMediaTransportAddress_IP>[^,;]+),(?<destMediaTransportAddress_Port>[^,;]+),(?<destMediaCap_payloadCapability>[^,;]+),(?<destMediaCap_maxFramesPerPacket>[^,;]+),(?<destMediaCap_g723BitRate>[^,;]+),(?<destVideoCap_Codec>[^,;]+),(?<destVideoCap_Bandwidth>[^,;]+),(?<destVideoCap_Resolution>[^,;]+),(?<destVideoTransportAddress_IP>[^,;]+),(?<destVideoTransportAddress_Port>[^,;]+),(?<destRSVPAudioStat>[^,;]+),(?<destRSVPVideoStat>[^,;]+),(?<segini>[^,;]+),(?<dateTimeDisconnect>[^,;]+),(?<lastRedirectDn>[^,;]+),(?<pkid>[^,;]+),"?(?<nodetrunk>[^,;]+)"?,(?<callingPartyNumberPartition>[^,;]+),(?<finalCalledPartyNumberPartition>"?PT(-\w+)?(-\w+)?(-\w+)?(-\w+)?(-\w+)?"?),(?<lastRedirectDnPartition>[^,;]+),(?<duracaosegundo>[^,;]+),"?(?<origdevice>[^,;]+)"?,"?(?<rota>[^,;]+)"?,(?<origCallTerminationOnBehalfOf>[^,;]+),(?<destCallTerminationOnBehalfOf>[^,;]+),(?<origCallPartyRedirectOnBehalfOf>[^,;]+),(?<lastRedirectRedirectOnBehalfOf>[^,;]+),(?<origCalledPartyRedirectReason>[^,;]+),(?<lastRedirectRedirectReason>[^,;]+),(?<destConversationId>[^,;]+),"(?<globalCallId_ClusterID>[^,;]+)",(?<joinOnBehalfOf>[^,;]+),"(?<comment>([^,;]+)?)",(?<password>[^,;]+)?,(?<authorizationLevel>[^,;]+),(?<clientMatterCode>[^,;]+)?,(?<origDTMFMethod>[^,;]+),(?<destDTMFMethod>[^,;]+),(?<callSecuredStatus>[^,;]+),(?<origConversationId>[^,;]+),(?<origMediaCap_Bandwidth>[^,;]+),(?<destMediaCap_Bandwidth>[^,;]+),(?<authorizationCodeValue>[^,;]+),(?<outpulsedCallingPartyNumber>[^,;]+),(?<outpulsedCalledPartyNumber>[^,;]+),(?<origIpv4v6Addr>[^,;]+),(?<destIpv4v6Addr>[^,;]+),(?<origVideoCap_Codec_Channel2>[^,;]+),(?<origVideoCap_Bandwidth_Channel2>[^,;]+),(?<origVideoCap_Resolution_Channel2>[^,;]+),(?<origVideoTransAdd_IP_Channel2>[^,;]+),(?<origVideoTransAdd_Port_Channel2>[^,;]+),(?<origVideoChannel_Role_Channel2>[^,;]+),(?<destVideoCap_Codec_Channel2>[^,;]+),(?<destVideoCap_Bandwidth_Channel2>[^,;]+),(?<destVideoCap_Resolution_Channel2>[^,;]+),(?<destVideoTransAdd_IP_Channel2>[^,;]+),(?<destVideoTransAdd_Port_Channel2>[^,;]+),(?<destVideoChannel_Role_Channel2>[^,;]+),(?<IncomingProtocolID>[^,;]+),(?<IncomingProtocolCallRef>[^,;]+),(?<OutgoingProtocolID>[^,;]+),(?<OutgoingProtocolCallRef>[^,;]+),(?<currentRoutingReason>[^,;]+),(?<origRoutingReason>[^,;]+),(?<lastRedirectingRoutingReason>[^,;]+),(?<huntPilotPartition>[^,;]+)?,(?<huntPilotDN>[^,;]+),(?<calledPartyPatternUsage>[^,;]+),(?<IncomingICID>[^,;]+)?,(?<IncomingOrigIOI>[^,;]+)?,(?<IncomingTermIOI>[^,;]+)?,(?<OutgoingICID>[^,;]+),(?<OutgoingOrigIOI>[^,;]+),(?<OutgoingTermIOI>[^,;]+),(?<outpulsedOrilCalledPartyNumber>[^,;]+),(?<outpulsedLastRedirectingNumber>[^,;]+),(?<wasCallQueued>[^,;]+),(?<totalWaitTimeInQueue>[^,;]+),(?<callingPartyNumber_uri>[^,;]+),(?<originalCalledPartyNumber_uri>[^,;]+),(?<finalCalledPartyNumber_uri>[^,;]+),(?<lastRedirectDn_uri>[^,;]+),(?<mobileCallingPartyNumber>[^,;]+),(?<finalMobileCalledPartyNumber>[^,;]+),(?<origMobileDeviceName>[^,;]+),(?<destMobileDeviceName>[^,;]+),(?<origMobileCallDuration>[^,;]+),(?<destMobileCallDuration>[^,;]+),(?<mobileCallType>[^,;]+),"?(?<originalCalledPartyPattern>[^,;]+)"?,"?(?<finalCalledPartyPattern>[^,;]+)"?,"?(?<lastRedirectingPartyPattern>[^,;]+)"?,"?(?<huntPilotPattern>[^,;]+)"?\n
/
gm

Description

no description available

Submitted by anonymous - 4 years ago