- or download this
$orgtext = Whey; # this one right here
$newtext = Popcorn;
- or download this
$orgtext = /[Ww]hey/; # this one right here
$newtext = Popcorn;
- or download this
$orgtext = /<form[.*]?*\/form>/; # this one right here
$newtext = block;
- or download this
$infile = 'C:\russ\weights\preg.htm';
$outfile = 'C:\russ\weights\preg_clean.htm';
...
# replaces ALL occurrences of orgtext with newtext and places the numb
+er of occurences in $count
- or download this
<table width="100%" border="0" align="center" cellpadding="0" cellspac
+ing="0">
...
</table>
</form></td>