preg_match('#com\/(.*?).htm#', $page_urls[$i], $matched_category20);
$matched_category200 = $matched_category20[1];
// --------------------
$search03 = array (
'#19#is'
);
$replace03 = array (
' 19'
);
$matched_category2 = preg_replace($search03, $replace03, $matched_category200);