StringTake
Usage
Notes
Further Examples
This takes characters starting from the end of the string.
In[1]:=
|
Out[1]=
|
This takes the character at position 5.
In[2]:=
|
Out[2]=
|
This takes the characters through .
In[3]:=
|
Out[3]=
|
This takes characters through in steps of .
In[4]:=
|
Out[4]=
|
|