I have some database upgrade to do, and I have to find email address from a description/tagline string.
String sample :
Fashion business\n\ud83c\udf38 DM for collab\n\ud83c\udf38email.adresse@gmail.com\n\ud83c\udf
This is what the string look like on Rails Console :
How can I extract "email.adresse@gmail.com" from this string? Thanks