Mathematica 9 is now available

NestWhileListStringDrop (modified)

StringTake

FilledSmallSquareStringTake["string", n] gives a string containing the first n characters in "string".

FilledSmallSquareStringTake["string", -n] gives the last n characters in "string".

FilledSmallSquareStringTake["string", n] gives the n character in "string".

FilledSmallSquareStringTake["string", m, n] gives characters m through n in "string".

FilledSmallSquareStringTake uses the standard sequence specification (see Section A.3.5).

FilledSmallSquare Example: StringTake["abcdefg", 3] LongRightArrow.

FilledSmallSquareStringTake["string", m, n, s] gives characters m through n in steps of s.

FilledSmallSquare See The Mathematica Book: Section 2.7.2.

FilledSmallSquare See also: Take, StringDrop, StringPosition.

Further Examples

NestWhileListStringDrop (modified)



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.