Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Validate Email Address

Type: core

Class: Validation

Platform: 2v

Function: validateEmailAddress

Visibility: public

Parameter: validateEmailAddress($email)

Description:
Validates email address.
Parameters:
(optional) - string - $email - The email address.
Return:
string - The validated email address.
Callable from (extended classes):
application: controller,view
advanced: controller,view
operators: controller,view
api: controller,view
example: 1
Let's validate an email.
How to call (example):
Code:
Possible outcome (example):
Output:
Info Panel
Roll it!   ⇔