Can anybody help. I'm trying to get information after "duration" from html strings with this random character and digits
"duration": "PT59M33S"
"duration": "PT1H4M24S
here's what I'm currently using but it's only getting the first duration.
(duration\W\W \W(?=.*[0-9])(?=.*[A-Z])([A-Z0-9]+))