|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
StringDrop
StringDrop["string", n]
gives
with its first n characters dropped.
StringDrop["string", -n]
gives
with its last n characters dropped.
StringDrop["string", {n}]
gives
with its n
character dropped.
StringDrop["string", {m, n}]
gives
with characters m through n dropped.
StringDrop[{s1, s2, ...}, spec]
gives the list of results for each of the
.
DetailsDetails
- StringDrop["string", {m, n, s}] drops characters m through n in steps of s.
- StringDrop uses the standard Mathematica sequence specification.
New in 2 | Last modified in 5.1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
