Email Address Validation without using regular expression

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashwani Sharma
    New Member
    • Nov 2008
    • 46

    Email Address Validation without using regular expression

    Is there any simple way to validate email address without using regular expressions??

    Thanks in advance,
    Ashwani Sharma
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Simpler than an engine that has already been written for you? No.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Absolutely correct. Why would you want to avoid using reg. exps.?

      Comment

      • dgreenhouse
        Recognized Expert Contributor
        • May 2008
        • 250

        #4
        As others have said, it really makes no sense to try.

        Email validation has been done exhaustively using RegExp.

        As a matter of fact, it's really difficult to do without RegExp.

        Comment

        Working...