Hi everyone, thanks for the help last time!
if I have the string
$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]
- help with substitution Erik Browaldh
- Re: help with substitution Rob Dixon
- Re: help with substitution Erik Browaldh
- Re: help with substitution Rob Dixon
- Erik Browaldh