I have a html context that has usernames, mails and passwords in plain text format. There are two line breaks between information groups.
nickname
mail@example.com
pass
nickname2
mail2@example.com
pass2
I want to get all mails with a comma seperator and set them to a big string variable.
I tried many regexes but could not resolve the problem. Any suggestion to find the true regex will be appreciated.