Using Regex to replace email address
- 
 I need to Replace 5k various email addresses from user1@email.com to (user1@email.com) Find What: \b[A-Z0-9._%±]+@[A-Z0-9.-]+.[A-Z]{2,}\b but I can’t figure out the “Replace with” so that the email has the parentheses 
- 
 replace with \($0\)
