How do I turn this regexp
[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
from this site: http://www.regular-expressions.info/email.html
into a Perl compatible regexp required by PHP in the filter_var function under FILTER_VALIDATE_REGEXP?
If I just add it to the options as-is I get this error: filter_var() [function.filter-var]: Unknown modifier '+' in ...