StringReplacePart
Usage
Notes
Further Examples
This replaces the four characters through by the string "AA".
In[1]:=
|
Out[1]=
|
Replacing with the empty string deletes the characters at the specified parts.
In[2]:=
|
Out[2]=
|
This replaces two runs of characters by the string "AA".
In[3]:=
|
Out[3]=
|
Here two runs of characters are replaced by different strings.
In[4]:=
|
Out[4]=
|
|