Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91133 > unrolled thread

Re: Extract email address from Java script in html source using python

Started byChris Angelico <rosuav@gmail.com>
First post2015-05-24 00:36 +1000
Last post2015-05-24 00:36 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Extract email address from Java script in html source using python Chris Angelico <rosuav@gmail.com> - 2015-05-24 00:36 +1000

#91133 — Re: Extract email address from Java script in html source using python

FromChris Angelico <rosuav@gmail.com>
Date2015-05-24 00:36 +1000
SubjectRe: Extract email address from Java script in html source using python
Message-ID<mailman.278.1432391822.17265.python-list@python.org>
On Sun, May 24, 2015 at 12:15 AM, savitha devi <savithad8@gmail.com> wrote:
> What I exactly want is the java script is in the html code. I am trying for
> a regular expression to find the email address embedded with in the java
> script.

Now you have two problems.

You can't write a regex that can interpret ECMAScript.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web