[utils] Add extract_attributes for extracting html tag attributes
authorBrian Foley <bpfoley@gmail.com>
Sat, 2 Jan 2016 19:49:59 +0000 (19:49 +0000)
committerBrian Foley <bpfoley@gmail.com>
Thu, 3 Mar 2016 10:11:37 +0000 (10:11 +0000)
This is much more robust than just using regexps, and handles all
the common scenarios, such as empty/no values, repeated attributes,
entity decoding, mixed case names, and the different possible value
quoting schemes.


No differences found