Returns true
if a string is a valid email address.
not_an_email: waffles
{{ if an_email | is_email }}{{ if not_an_email | is_email }}
truefalse
is_email
ModifierReturns true
if a string is a valid email address.
not_an_email: waffles
{{ if an_email | is_email }}{{ if not_an_email | is_email }}
truefalse
Submit improvements, related content, or suggestions through Github.
Betterify this page →