Posts by Vinícius S Oliveira • 23 points
1 post
-
2
votes2
answers71
viewsQ: How to extract substring in string array with Javascript using match?
I have to manipulate a data in the following format: ["nome <email desse nome>"], an array with several strings in the same format. I want to extract in another array only the emails, without…