Is there a regular expression for finding email address ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lad

    Is there a regular expression for finding email address ?

    Did anyone try to find out a regular expression for finding an email
    address in a text?
    Thank you for the reply
    L.

  • Diez B. Roggisch

    #2
    Re: Is there a regular expression for finding email address ?

    Lad schrieb:
    Did anyone try to find out a regular expression for finding an email
    address in a text?
    Thank you for the reply
    Entering your subject line into google as it is, using the first result
    found, you can get one.

    Diez

    Comment

    • Tim Roberts

      #3
      Re: Is there a regular expression for finding email address ?

      "Diez B. Roggisch" <deets@nospam.w eb.dewrote:
      >Lad schrieb:
      >Did anyone try to find out a regular expression for finding an email
      >address in a text?
      >Thank you for the reply
      >
      >Entering your subject line into google as it is, using the first result
      >found, you can get one.
      The OP should be aware, however, that a regular expression which matches
      the complete specification in RFC-822 and RFC-2822 is approximately 7,000
      characters long.
      --
      - Tim Roberts, timr@probo.com
      Providenza & Boekelheide, Inc.

      Comment

      Working...