User Tools

Site Tools


syntax:functions:isemail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:isemail [2021/07/31 02:41] craigtsyntax:functions:isemail [2021/09/15 14:39] (current) – [Examples] craigt
Line 23: Line 23:
  
   isemail('SamT@somewhere.com') = TRUE   isemail('SamT@somewhere.com') = TRUE
 +
   isemail('MaryC@somewhere.somesite.com') = TRUE  //Subdomain acceptable   isemail('MaryC@somewhere.somesite.com') = TRUE  //Subdomain acceptable
 +
   isemail('SvetaF@mydomaincom') = FALSE  //Missing the "." in the ".com" at the end   isemail('SvetaF@mydomaincom') = FALSE  //Missing the "." in the ".com" at the end
 +
   isemail('adminATthissite.org') = FALSE  //Missing the "@"   isemail('adminATthissite.org') = FALSE  //Missing the "@"
  
syntax/functions/isemail.txt · Last modified: 2021/09/15 14:39 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki