Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91133 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-05-24 00:36 +1000 |
| Last post | 2015-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.
Re: Extract email address from Java script in html source using python Chris Angelico <rosuav@gmail.com> - 2015-05-24 00:36 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-05-24 00:36 +1000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web