die-trying
12-02-2012, 10:24 AM
hi guys how are you ?
i have question regarding regular expression
let me get to the point
for example
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="joomla, Joomla" />
<meta name="description" content="Joomla! - the dynamic portal engine and content management system" />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
i built one script using file get contents .. i used preg match to search for specific words from the above source
suppose i just want to search for joomla version
how i could do that please ..
thank you
i have question regarding regular expression
let me get to the point
for example
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="joomla, Joomla" />
<meta name="description" content="Joomla! - the dynamic portal engine and content management system" />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
i built one script using file get contents .. i used preg match to search for specific words from the above source
suppose i just want to search for joomla version
how i could do that please ..
thank you