StringPart
StringPart(str, pos)return the character at position
posfrom thestrstring expression.
StringPart(str, {pos1, pos2, pos3,....})return the characters at the position in the list
{pos1, pos2, pos3,....}from thestrstring expression.
Examples
>> StringPart("1234567890", {1, 3, 10}){1,3,0}Related terms
StringCases, StringContainsQ, StringCount, StringExpression, StringFreeQ, StringInsert, StringJoin, StringLength, StringMatchQ, StringPosition, StringQ, StringReplace, StringRiffle, StringSplit, StringTake, StringToByteArray, StringTrim
Implementation status
- ✅ - full supported