On Sun, May 24, 2015 at 12:15 AM, savitha devi <[email protected]> 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 -- https://mail.python.org/mailman/listinfo/python-list
