[\w\.-]+(\+[\w-]*)?@([\w-]+\.)+[\w-]+

This is the current regex for email.

how to make it like this:

[email protected]?

Thanks!