JavaScript RegEx : Extract the first matched value from a Multiline Text
Well, I've a Multiline Text like below. I want to extract the first Matched Content value (Here, 10) after Messi: using JavaScript Regular Expressions. The Matching String (Messi: ) Can be on any line. Neymar: 11 Messi: 10 Ronaldo: 7…