Skip to content

UtilitiesModule.Function.isValidEmail

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / UtilitiesModule / isValidEmail

Function: isValidEmail()

isValidEmail(email): boolean

Function to check if a value is a valid email address.

Parameters

Parameter Type Description
email string The email address to be validated.

Returns

boolean

True if the email address is valid, false otherwise.

Source

utilities.ts:65

Clone this wiki locally