Re: find all js/css/image pathnames in a HTML document

2019-05-11 Thread Chris Angelico
On Sat, May 11, 2019 at 6:21 PM iMath wrote: > > To find all js/css/image pathnames in a HTML document, I used regular > expression(in the last line of my code snippet) to do this as the following, > are there any other shorter regular expressions or more efficient ways to do >

find all js/css/image pathnames in a HTML document

2019-05-11 Thread iMath
To find all js/css/image pathnames in a HTML document, I used regular expression(in the last line of my code snippet) to do this as the following, are there any other shorter regular expressions or more efficient ways to do this ? import re translation='''