|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| StringReplacePart["string", "snew", {m, n}] replaces the characters at positions m through n in "string" by "snew". |
| StringReplacePart["string", "snew", {{m1, n1}, {m2, n2}, ...}] inserts copies of "snew" at several positions. |
| StringReplacePart["string", {"snew1", "snew2", ...}, {{m1, n1}, {m2, n2}, ...}] replaces characters at positions mi through ni in "string" by "snewi". |
| © 2013 Wolfram Research, Inc. |