Regular Expressions 101

Community Patterns

Eastlink IPPay Sale Response

0

Regular Expression
PCRE (PHP <7.3)

/
<TransactionID>(?<transID>.*?)<\/TransactionID>.*?<ActionCode>(?<actcode>.*?)<\/ActionCode>.*?<Token>(?<token>.*?)<\/Token>.*?<Approval>(?<approv>.*?)<\/Approval>.*?<CVV2>(?<cvv>.*?)<\/CVV2>.*?<ResponseText>(?<respon>.*?)<\/ResponseText>.*?<VerificationResult>(?<verify>.*?)<\/VerificationResult>
/
gm

Description

no description available

Submitted by anonymous - 3 years ago