J
JKJ
I need help with a regular expression that will pull the
title and all the meta tags held in the head section of an
HTML file (including the head tags). I want to exclude
everything else such as link tags, script tags, etc. I
have a pretty big process that pulls this stuff now using
simple Regex expressions, but I know I'm not using the
Regex's to their fullest. . .
title and all the meta tags held in the head section of an
HTML file (including the head tags). I want to exclude
everything else such as link tags, script tags, etc. I
have a pretty big process that pulls this stuff now using
simple Regex expressions, but I know I'm not using the
Regex's to their fullest. . .