from this "'test+test'+<[email protected]>" i m able to get email id using the below regex
String regex = "[^<]*[^>]";
But i m not able to use a if condition to decide whether the url string is "'test+test'+<[email protected]>" or just email id "[email protected]" without first and last name