Results 1 to 3 of 3

Thread: RegExp patterns

  1. #1

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    RegExp patterns

    what is a good patten for checking for a valid email address? I haven't used RegExp in about a year. \D[@]\D[.]\D\D\D ?
    Magiaus

    If I helped give me some points.

  2. #2
    New Member
    Join Date
    Aug 2003
    Location
    Australia
    Posts
    9
    [\w\.-]+(\+[\w-]*)?@([\w-]+\.)+[\w-]+

  3. #3

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    thanks. you saved me a lot of time and reading
    Magiaus

    If I helped give me some points.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width