StringTake
gives the first
n
characters instring
.
gives the last n characters in
string
.
gives the
n
th character instring
.
gives characters
m
throughn
instring
.
gives characters
m
throughn
in steps ofs
.
Examples
Related terms
StringCases, StringContainsQ, StringCount, StringExpression, StringFreeQ, StringInsert, StringJoin, StringLength, StringMatchQ, StringPart, StringPosition, StringQ, StringReplace, StringRiffle, StringSplit, StringToByteArray, StringTrim
Implementation status
- ✅ - full supported