|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| StringTake["string", n] gives a string containing the first n characters in "string". |
| StringTake["string", -n] gives the last n characters in "string". |
| StringTake["string", {n}] gives the n |
| StringTake["string", {m, n}] gives characters m through n in "string". |
| StringTake["string", {spec1, spec2, ...}] gives a list of the substrings specified by the speci. |
| StringTake[{s1, s2, ...}, spec] gives the list of results for each of the si. |
| © 2008 Wolfram Research, Inc. |