Resolved! getting string between two characters.
Hello, I have a long string that looks like this, i need to get the email address between < abc@example.com> Can someone help me with this? var a='abc, def<abc.def@example.com>; ghj, qwe <ghe.qwe@example.com>; bnm, jkl <bnm.jlk@example.com>;';
