Forum Discussion

plaidshirt's avatar
plaidshirt
Contributor
6 years ago

Get values multiple times from same tags

I try to match same regex multiple times on same SOAP response, it contains <ns12:AmountID> tag multiple times.   String numberToGet = reger.getNthMatch(/<ns12:AmountID>(\d+)<\/ns12:AmountID>/, 0...