is_valid_email
Checks if an email address is valid.
Example
1
| {{ 'test@example.com' | is_valid_email }} => true
|
Type |
Parameter |
Description |
Required |
string |
email |
The email address to check. Comes before the | sign. |
Required |
Output
Type |
Description |
bool |
Whether the email address is valid |