Skip to content

isEmail JavaScriptDart

Checks if the given argument value is a valid email.

Parameters

  • email::string

Returns

boolean

Examples

javascript
isEmail('[email protected]'); // Returns true

Released under the MIT License