Hi everyone, thanks for the help last time!
if I have two strings
$word="cows";
and another given string:
$givenword="XXX-"; #with the same length as $word !!!
what I want to do is transform "XXX_" --> "cow-"
I have tried but cant figure out going characterwise, all I get in the
end is like this:
$givenword="cowscowscows-"
thanks in advanced!
Erik
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: help with substitution Erik Browaldh
- Re: help with substitution Rob Dixon
- Re: help with substitution Erik Browaldh
- Re: help with substitution Rob Dixon
- help with substitution Erik Browaldh