Extract email address from Java script in html source using python

Chris Angelico rosuav at gmail.com
Sat May 23 10:36:59 EDT 2015


On Sun, May 24, 2015 at 12:15 AM, savitha devi <savithad8 at 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



More information about the Python-list mailing list