Skip to main content

Signature

path=null start=null
isValidEmail(email: string): boolean

Parameters

  • email: string - The string to be checked.

Returns

boolean - True if the string is a valid email, false otherwise.

Source

Defined in string.ts:61