Check out this array:
[ '<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7a171319121b1f163a1f1915080a54191517">[email protected]</a>:qnyynf',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f29781869790939cb297919d8082dc919d9f">[email protected]</a>:uneyrl',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="264b475457534f556643454954560845494b">[email protected]</a>:gnlybe',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7511101b0310073510161a07055b161a18">[email protected]</a>:eboreg',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dcaeb3beb5b29cb9bfb3aeacf2bfb3b1">[email protected]</a>:zbaxrl',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7d0f12041e183d181e120f0d531e1210">[email protected]</a>:gubznf',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6c1a0d022c090f031e1c420f0301">[email protected]</a>:fgnejnef',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="760219180f3613151904065815191b">[email protected]</a>:cnff',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8efae6e1e3effdceebede1fcfea0ede1e3">[email protected]</a>:zvpunry',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="fd999c8b98bd989e928f8dd39e9290">[email protected]</a>:gvttre',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2c4e4942464d4145426c494f435e5c024f4341">[email protected]</a>:fhcrezna',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="523c33223d3e373d3c1237313d20227c313d3f">[email protected]</a>:guhaqre',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="bbd7ced0defbded8d4c9cb95d8d4d6">[email protected]</a>:enatre',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7300121d071c003316101c01035d101c1e">[email protected]</a>:zvpuryyr',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="90ffe2fcf1fef4ffd0f5f3ffe2e0bef3fffd">[email protected]</a>:npprff',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="25524c494750576540464a57550b464a48">[email protected]</a>:cevaprff',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d5a6a1b4bb95b0b6baa7a5fbb6bab8">[email protected]</a>:cnffjbeq',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="78130d0a0c110b381d1b170a08561b1715">[email protected]</a>:fhafuvar',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="076362624762646875772964686a">[email protected]</a>:fhzzre',
'<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ec98858183988495ac898f839e9cc28f8381">[email protected]</a>:wrffvpn' ]
I am attempting to extract only the passwords for each email by using indexing, but it breaks when I try with commas. I'm new to working with arrays like this and could use some guidance.
How would you go about achieving this task?
Thank you in advance for your assistance!