G
Guest
How to change letter on some position in the string?
eg.
$word="This is my test string."
Change letter on 7 nth position to "X"
$word="This iX my test string."
Or change letter on 15 nth position to "?"
$word="This is my tes? string."
Thanks.
eg.
$word="This is my test string."
Change letter on 7 nth position to "X"
$word="This iX my test string."
Or change letter on 15 nth position to "?"
$word="This is my tes? string."
Thanks.