|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| StringInsert["string", "snew", n] yields a string with "snew" inserted starting at position |
| StringInsert["string", "snew", -n] inserts at position |
| StringInsert["string", "snew", {n1, n2, ...}] inserts a copy of "snew" at each of the positions |
| StringInsert[{s1, s2, ...}, "snew", n] gives the list of results for each of the |