Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-23 14:56
Flavor·PCRE (Legacy)

/
<slb:ReturnCode>(?<ReturnCode>.*?)<\/slb:ReturnCode>.*?(?:<slb:Message>(?<FailureMessage>.*?)<\/slb:Message>|<slb:SearchResultsCount>(?<Count>\d)<\/slb:SearchResultsCount>).*?<slb:CustomerId>(?<CustomerID>.*?)<\/slb:CustomerId>.*?<slb:AccountId>(?<AccoundId>.*?)<\/slb:AccountId>.*?<slb:LocationId>(?<LocationId>.*?)<\/slb:LocationId>
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous