|
|
||
|
|
| StringDrop["string", n] gives "string" with its first n characters dropped. |
| StringDrop["string", -n] gives "string" with its last n characters dropped. |
| StringDrop["string", {n}] gives "string" with its n |
| StringDrop["string", {m, n}] gives "string" with characters m through n dropped. |
| StringDrop[{s1, s2, ...}, spec] gives the list of results for each of the |
| © 2008 Wolfram Research, Inc. |