i am trying to do the following:
i have a variable
$Url="www.tjsfasthealth.com/topsites/hiv_aids.php"
tjsfasthealth is not constant...it can be ptufasthealth or anything(but will be all alphabets).
i want to replace it with
www.fasthealth.com/topsites/hiv_aids.php
I am doing this
<sandr "\space*www\.[\alnum]+\.com" "www.fasthealth.com" $Url>
But it doesn't seem to work...can u help..
i have a variable
$Url="www.tjsfasthealth.com/topsites/hiv_aids.php"
tjsfasthealth is not constant...it can be ptufasthealth or anything(but will be all alphabets).
i want to replace it with
www.fasthealth.com/topsites/hiv_aids.php
I am doing this
<sandr "\space*www\.[\alnum]+\.com" "www.fasthealth.com" $Url>
But it doesn't seem to work...can u help..