Open KBorders01 opened 11 years ago
Changed regular expression so input tags like the following are now matched:
Also, replaced .* with [^>]+ between tag name and src/href to allow for matching tags that span multiple lines.
Changed regular expression so input tags like the following are now matched:
Also, replaced .* with [^>]+ between tag name and src/href to allow for matching tags that span multiple lines.