StringDrop
Usage
Notes
Further Examples
This deletes the first characters from this string.
In[1]:=
|
Out[1]=
|
This deletes the last characters.
In[2]:=
|
Out[2]=
|
This deletes the character at position .
In[3]:=
|
Out[3]=
|
This deletes characters through .
In[4]:=
|
Out[4]=
|
This deletes characters through in steps of .
In[5]:=
|
Out[5]=
|
|