Is Valid Email

Click to copy

Checks if a given string is a valid email address.


Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] Value (string/email) - string to be checked.
  • [Output] Result (boolean) - True if "Value" data input is a valid email address, False otherwise.