Mathematica 9 is now available

 Documentation /  Mathematica /  Eingebaute Funktionen /  Neu in Version 4 /  Programmierung /

StringTake (geändert)Import

StringDrop

FilledSmallSquare StringDrop["string", n] ergibt "string", ohne die ersten n Zeichen.

FilledSmallSquare StringDrop["string", -n] ergibt "string", ohne die letzten n Zeichen.

FilledSmallSquare StringDrop["string", n] ergibt "string", ohne das n-te Zeichen.

FilledSmallSquare StringDrop["string", m, n] ergibt "string", ohne den Teilstring vom m-ten bis zum n-ten Zeichen.

FilledSmallSquare StringDrop verwendet die standardmäßigen Folgen-Spezifikation (siehe Abschnitt A.3.5).

FilledSmallSquare Beispiel: StringDrop["abcdefgh", 2]LongRightArrow.

FilledSmallSquare StringDrop["string", m, n, s] läßt jedes s-te der Zeichen m bis einschließlich n aus.

FilledSmallSquare Siehe Das Mathematica Buch: 2.7.2.

FilledSmallSquare Siehe auch: Drop, StringTake, StringPosition, StringReplacePart.

Further Examples

StringTake (geändert)Import



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.